I've added a contact form to QC by way of editing the general.php file, creating a suitable template and using the php include command.
The form appears as expected, but when I use the send button I'm taken to the index page of QC. I've tried various contact forms, with the same result for each.
where would you like to be redirected after submitting a form? please be specific, specify a concrete URL if possible.
placid
2009-10-03 05:29
On clicking the send button I would like the form to go through its functions. ie, error trapping and sending the email.
When used in QC, neither of the forms I've tried gets to the error trap stage. Like I said, clicking the send button takes me directly to QC's index page.