views:

90

answers:

2

hi, I'm creating a template with two different forms but I have the following problem: when I submit the first one the second is also validated and get validation errors. What can I do to avoid this conflict?

Thanks and sorry for my english.

+2  A: 

use the prefix argument on your forms

tosh
ok, i will try, thanks!
eos87
A: 

isn't what i want, i need to send two forms to the same view, but, i want to save one at a time without the other will send. i have two submit buttons in two separate forms in the template.

thanks again..

eos87