Hello Guys,
I have a website called : www(dot)coolcars4hire(dot)co(dot)uk
I have a problem with the contact form and inquiry form. Whenever a visitor submit the form, there is blank white pages shows. while before it was very v fine and showing the information with confirmation.
www(dot)coolcars4hire(dot)co(dot)uk/contact/
Can any one help me in this issue,
I will be very thankful . Thanks
Hi CoolCars
Could you show us your FreeForm code please?
Nevermind, I just had a look at your HTML source code and noticed that the form input is blank:
<input type="hidden" name="return" value="" />Your Freeform opening tag probably looks something like this:
{exp:freeform:form template="contact" collection="Contact Us" required="name|email"}Add a parameter in the above freeform tag: return=”thank-you/contact” This tells freeform/ee where to direct the visitor once the form has been submitted.
{exp:freeform:form template="contact" collection="Contact Us" required="name|email" return="thank-you/contact"}I like to make a template group called “thank-you” and use individual templates for each form e.g. contact, enquiry, quote etc. That way I can track leads in the clients Analytics.
Hope it helps
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.