"."\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $emailbody = "

YouTube Channel Support (Free Version).

Name: {$name}

Email Address: {$email}

Website URL: {$telephone}

Enquiry: {$enquiry}

Message: {$message}

This message was sent from the IP Address: {$ipaddress} on {$date} at {$time}

"; mail("arrowplugins@gmail.com","YouTube Channel Support (Free Version)",$emailbody,$headers); } //what we need to return back to our form $returndata = array( 'posted_form_data' => array( 'name' => $name, 'email' => $email, 'telephone' => $telephone, 'enquiry' => $enquiry, 'message' => $message ), 'form_ok' => $formok, 'errors' => $errors ); //if this is not an ajax request if(empty($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) !== 'xmlhttprequest'){ //set session variables $_SESSION['cf_returndata'] = $returndata; //redirect back to form } } ?>

Get 24/7 Support!

Contact us anytime, we'll do our best to answer and resolve all your questions & issues as soon as possible

THANK YOU!
Your message has been sent successfully, Our support team will be in touch with you very soon.

Example: http://www.website.com

* indicates a required field