Is it possible to move data from one posted screen text field to another? I have a group of three screen text fields which are identical in all ways except one. Only the first one is required, while the other two are optional. So if a user mistakenly enters data into say field two or field three, while leaving field one blank, can I use view code to automatically move the input value into field one? If so then how do I also handle the errors? for both fields, just turn them all off if the input value meets all of its edits requirements? Can I check for errors on the individual fields at anytime using syntax like fieldname.errors, fieldname.errors['required']?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.