Monday, March 30, 2015

Re: Multiple Django Forms

Thank you for your suggestions!

Unfortunately, as I am verrrrry green at the moment, I nee more help to implement all of these new techniques. Given that what I'm trying to accomplish requires more extensive Django and javascript knowledge, is there anyone who would be willing to do a video screen share with me to help me out?? I can pay you!

Thank you,
Stephanie

On Monday, March 30, 2015 at 7:47:48 AM UTC-4, François GUÉRIN wrote:
1/ use generic views : ProcessFormView by example
2/ use prefixes in your forms with there name (it's a param in form cctor)
3/ in your template, use the <form>{%for form in forms %}{% form.as_p %}{%endfor %}<button type='submit'/></form> if you put your forms into a list form forms

Good coding !
 

--
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/9d1c60b2-a194-40ef-8ef1-5065c1c8184e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment