layout | title | permalink | lang_dir | description |
---|---|---|---|---|
page |
Contact Us |
/contact/ |
ltr |
Contact us at PoorTechGuy and we will response as soon as possible. |
<label for="name">Your Name</label>
<input type="text" id="name" name="name" placeholder="Your name..">
<hr>
<label for="email">Your Email</label>
<input type="email" id="email" name="email" placeholder="Your Email..">
<hr>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.."></textarea>
<hr>
<input type="submit" value="Submit">