contact.php
No notes
Syntax:
HTML
<form action="wp-content/themes/ghenet/sendform.php" method="post"> <ol> <li><label for="name">What's your name?</label><br /> <input type="text" name="contact-name" id="name" /></li> <li><label for="email">What's your email?</label><br /> <input type="text" name="contact-email" id="email" /></li> <li><label for="message">Share your thoughts:</label><br /> <textarea name="contact-message" id="message" /></textarea></li> </ol> <input type="submit" value="Send Message" id="send" /> </form>