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.
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.
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..