[RESOLVED] One form filled out, ALL forms Submit

Permalink
Hi,

1. We have a "shop for services" page that has 6 different forms. It will look something like this: https://dl.dropboxusercontent.com/u/1362685/form1.jpg...

2. When users click SUBMIT button they are taken to a "Thank you. Now, please pay here" page. It will look something like this: https://dl.dropboxusercontent.com/u/1362685/form2.jpg...

PROBLEM: Filling out and Submitting one form causes ALL forms to display the "Thank You, pay now message". We would like only the specific form(s) filled out and submitted to display the 'thanks, pay now' message.

All suggestions welcome. Thanks!

Charlie

chm
 
Uranus replied on at Permalink Reply
Uranus
Hi Charlie,
The form name and Id should be different. If form submitted using javascript function then please use two different function.

Thanks
chm replied on at Permalink Reply
chm
Thanks. We had already coded the page so that each block/content area was a unique ID.

For some reason, duplicating the first form [to create and modify the next] is what caused the unwanted behavior of all forms being submitted — despite the fact that each block had a unique ID.

Solution: Building each form individually, instead of copying an existing form, corrected the issue.

Cheers
Charlie