Forum
Forms App - Multiple Forms on same page
Hello,
I have 3 forms which I out put on my blog posts, each one is contained within a different tab (bootstrap tabs)
I am using <perch:template path="content/poaform.html" /> to output my forms which seems to work correctly as all forms show up on the blog page, however when I go to submit a form the page loads as if sending but nothing is received backed and the form remains with no success message but with the details still entered.
Each form has its on html template all with different IDs,
would it be the bootstrap tabs that are causing the issue or having multiple forms on one page?
Other forms on the site that run through the form app work fine.
help appreciated
<div class="tab-pane animated fadeInLeft" id="tab_b">
<div class="buyGrey"><div class="row bowNow">
<div class="col-lg-12"><a class="infoByList" href="#"><perch:blog id="postTitle" /></a>
</div>
</div></div><hr/>
<h3><perch:blog id="postTitle" /></h3><hr/>
<!-- offer -->
<perch:template path="content/offerform.html" />
<!-- offer -->
</div>
Can you show us your form?
That looks ok. Does each form have a unique ID on the form tag?
Hello, Yes they do.
If you turn on debug and submit the form, what output do you get?