Jump to content

Minor Contact Form Details


Akenatehm

Recommended Posts

Hey Guys.

 

I need to make a few adjustments to my php contact form script.

 

I need it to redirect to a thank you page

 

and

 

when i send email it comes formatted wierdly.

 

I want each topic on a new line. But it has random spaces between them.

 

Here is the area of code for that:

 

$subject =  "Contact Enquiry From: '$email'";
$message = 	"Name: '$name' \n
			Email: '$email' \n
			Description: '$description;' \n";
$from = "From: '$email' \n";
mail ("[email protected]" , $subject, $message, $from);

Link to comment
https://forums.phpfreaks.com/topic/134729-minor-contact-form-details/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.