I do use
The form is oke, it is sending data to DB, sending emails etc.
The thing i now run into is the follwing.
I am displaying the results to the user via code in the Onsubmit-after sending email field.
I do have the following redirect in it;
Can you tell me what to do?
Greetz,
Leo<br><br>Post edited by: GreyHead, at: 2008/03/21 18:12
The form is oke, it is sending data to DB, sending emails etc.
The thing i now run into is the follwing.
I am displaying the results to the user via code in the Onsubmit-after sending email field.
I do have the following redirect in it;
<?php
global $mainframe;
$custom_tag = '<meta http-equiv="refresh" content="10"; url=http://www.lvschilderwerken.nl" >';
$mainframe->addCustomHeadTag($custom_tag);
?>
<p>Geachte {fieldname}</p>
<p>Hartelijk dank voor het indienen van dit offerte verzoek.{fieldnames etc}</p>
After the redirect i do get the following error on the screen;You are not allowed to access this URL directly, POST array is empty
I don't know what it is and how to deal with it.Can you tell me what to do?
Greetz,
Leo<br><br>Post edited by: GreyHead, at: 2008/03/21 18:12