Thanks for the reply.
So i managed to get a hold of the following code for a send_email.php file:
<?php
$field_name = $_POST['cf_name'];
$field_email = $_POST['cf_email'];
$field_message...
Type: Posts; User: shanedt707; Keyword(s):
Thanks for the reply.
So i managed to get a hold of the following code for a send_email.php file:
<?php
$field_name = $_POST['cf_name'];
$field_email = $_POST['cf_email'];
$field_message...
Hi
Thank you for the link.
I honestly have been going over replies like the one posted but don't understand how to change and adapt the code to apply to my html code that in the website...
Hi guys
I'm a total noob and have spent an incredible amount of time (to no avail) trying to get the contact form I have on my website working.
I downloaded a website template and understand that...