Hi guys
I've an issue with web custom forms that is now getting a little taxing.
I'm trying to embed two custom forms on the same page, one of them is a YES form, the other is for NO.
Both the forms work terrific on their own, but when nested they don't work as well.
The NO form which is nested on the page first is having no issues what so ever. But the YES form is not firing off.
Now both the form are almost identical code; they both have a hidden field which is populated with the asset ID number of another page. The only difference between the two forms is the YES form has two extra fields, Name and Email.
Each form has a thank you page which contain identical code as per below:
<script type="text/javascript">parent.jQuery.fancybox.close();
parent.location.href = ‘./?a=%response_43959_q1%’; // obviously the response code is the only difference between the two form thank you pages</script>
I've even added conditions to the root cache manager so they don't get cached. But whatever I try, the YES form does not fire.
Is there limitations to how many forms can be embedded on one page?
Is there a way that I can just hard code these forms directly on the page? If so, how do I find the address of the thank you pages so I can create the correct form action.
It's a little frustrating to think this should be the easiest thing ever to be able to do, embed two simple forms on one page.
Help is needed and a big thanks up front.
Cheers
Wardy