Strange, I just created three forms using the same process - 2 work fine, the others won't send, validation won't work etc
working forms:
http://www.west5web.com/new12/contact-us/general-enquiries.html
http://www.west5web.com/new12/contact-us/design-questionnaire.html
non-working form:
http://www.west5web.com/new12/contact-us/quote.html
Guess it's something obvious that I'm missing. Incidentally, the quote.html form works fine when tested from the backend.
thanks, Paul
working forms:
http://www.west5web.com/new12/contact-us/general-enquiries.html
http://www.west5web.com/new12/contact-us/design-questionnaire.html
non-working form:
http://www.west5web.com/new12/contact-us/quote.html
Guess it's something obvious that I'm missing. Incidentally, the quote.html form works fine when tested from the backend.
thanks, Paul
Hi Paul,
It's because the <form> tag is broken, there's something missing in the <hr /> tag before the form and the two get merged together:
Bob
It's because the <form> tag is broken, there's something missing in the <hr /> tag before the form and the two get merged together:
<hr class="dotted"<form action="http://www.west5web.com/new12/contact-us/quote.html?chronoform=quote&event=submit" name="quote" id="chronoform_quote" method="post" class="Chronoform">
Bob
This topic is locked and no more replies can be posted.