Guest User

Untitled

a guest
Nov 17th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <form id="contactForm" action="[[~[[*id]]]]" method="post">
  2. <fieldset>
  3. <label for="name">Your Name* [[!+fi.error.name]]</label>
  4. <input type="text" name="name" id="name" value="First and last name[[!+fi.name]]" class="required" autofocus />
  5. <label for="email">Your Email* [[!+fi.error.email]]</label>
  6. <input type="email" name="email" id="email" value="example@domain.com[[!+fi.email]]" class="required" />
  7. <label for="phone">Your Phone Number</label>
  8. <input type="tel" name="phone" id="phone" value="555-555-5555" />
  9. <label for="budget">Project Budget</label>
  10. <input type="text" name="budget" id="budget" value="Ex. $5000 - $10k" />
  11. </fieldset>
  12. <fieldset class="comment">
  13. <label for="comments">Questions or Comments* [[!+fi.error.comments]]</label>
  14. <textarea id="comments" name="comments" class="required" cols="" rows="">[[!+fi.comments]]</textarea>
  15. <button type="submit" id="submitBtn">Send</button>
  16. </fieldset>
  17. </form>
Add Comment
Please, Sign In to add comment