Reputation: 2963
I have two forms, a login form and a register form on the same page and each has its own submit button. If I fill in bad data and click on submit button on register form, I get the form back with errors ( expected). If I now enter sign in details on signin form and click on signin form's submit button, the register form gets submitted.
This is strange behaviour. I am not sure where to start search for this. I am using firefox to test this.
Thanks
Upvotes: 1
Views: 4572
Reputation: 6480
Well, you will need to debug it step by step.
Please post some code in order for us to have a better understanding of your issue. Good luck.
Upvotes: 4