Hi,
I’m new at HMTL and PHP and trying to get the confirmation page working. When I push the submit button it goes straight to the thank you page and sends the email so I know that parts working. Is there any tutorial on this or can you at least check my PHP and see if its written correctly. I have 1 name field & a submit button just to test it and get it working. I have also changed the field name to be name.
<?php
$name = $_POST['name'];
echo "{name}";
?>
Any help is appreciated, Thanks!!!
I’m new at HMTL and PHP and trying to get the confirmation page working. When I push the submit button it goes straight to the thank you page and sends the email so I know that parts working. Is there any tutorial on this or can you at least check my PHP and see if its written correctly. I have 1 name field & a submit button just to test it and get it working. I have also changed the field name to be name.
<?php
$name = $_POST['name'];
echo "{name}";
?>
Any help is appreciated, Thanks!!!