Jump to content

Form code


newtotheland

Recommended Posts

Hi all

 

Im trying to work out the php I need for this form code html. 

<div id="main">
					<h1>Contact</h1>
					<p>
						Feel free to send us a message with your ideas or questions and we will get back to you as soon as we can! We try to answer you within the hour!
					</p>
					<form action="#" method="post">
						<label>Name</label>
						<input type="text" value="">
						<label>Email Address</label>
						<input type="text" value="">
						<label>Contact Number</label>
						<input type="text" value="">
						<label>Message</label>
						<textarea></textarea>
						<input type="submit" value="Send Message" class="btn1">
					</form>
				</div>

Its very basic but all I want is a simple email sent to specified email add with these four bits of info. Any ideas would be great thanks.

Link to comment
https://forums.phpfreaks.com/topic/281465-form-code/
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.