I need page to reload in the same window and display thank you message, but I dont know how?
any feedback appreciated. please let me know and i will send you php code.
take a look here, http://e-lineinc.com/eline1.0/BET/oc/contacts.html
thanks
Moderator: General Moderators
Code: Select all
if(isset($_POST['first_name'])) //include all the other fields here
{
//send_form_email.php code here
}
else
{
The present page code here..
}