On Apr 24, 4:04 am, Tipan <[EMAIL PROTECTED]> wrote: > I'm seeking advice on how to ensure my form data in hidden fields is > the same after the user has posted the form.
If it's calculated data (somehow) then why do you need to pass it to the user? Couldn't you just calculate this data and add it to the form data on successful submission of the form, just before the data is saved to the db? If it *is* user data (say from a two-step form) then it shouldn't matter if it changes as long as it still validates. You might need to give some more details on what this form data contains. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---