Monday, June 23, 2014

how to add additional data to that submitted by the user in a django form

I am trying to create a form in which the user enter details like his email id and query.

After the form is submitted i have to save the data that I get from the form along with some additional info such as userid , submitted date and time, etc into the database.

What approach should be adopted for solving this problem?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d0f67d83-3e85-4e94-8509-73d69fb6c60d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment