Enquiry form question

3 posts by 3 authors in: Forums > CMS Builder
Last Post: February 26, 2013   (RSS)

By paulmac - February 26, 2013

Hi

We have an enquiry form on our site. When a form is completed and sent, a message appears on the page to confirm this.

The code is:

$errorsAndAlerts = "Thanks for your enquiry. A representative fwill deal with your enquiry.";
$_REQUEST = array(); // clear form values

Rather than displaying the message I would like the users to be redirected to a different page and then have the message displayed there.

Can someone help me with this.

Thanks

By mizrahi - February 26, 2013

Change the <form> "action" to the address of the page you want it to redirect to.