File: app/components/app-contact/contact.html

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vuex Examples   app/components/app-contact/contact.html   Download  
File: app/components/app-contact/contact.html
Role: Auxiliary data
Content type: text/plain
Description: Template
Class: Vuex Examples
Example apps using Vuex state management pattern
Author: By
Last change: Update of app/components/app-contact/contact.html
Date: 2 years ago
Size: 809 bytes
 

Contents

Class file image Download
<div> <h1>Contact Us</h1> <p>Below is an example of how a contact form might look with this template:</p> <form action="" method="post"> <div class="form_settings"> <p><span>Name</span><input class="contact" type="text" name="your_name" value=""></p> <p><span>Email Address</span><input class="contact" type="text" name="your_email" value=""></p> <p><span>Message</span><textarea class="contact textarea" rows="8" cols="50" name="your_enquiry"></textarea></p> <p style="padding-top: 15px"><span>&nbsp;</span><input class="submit" type="submit" name="contact_submitted" value="submit"></p> </div> </form> <p><br><br>NOTE: A contact form such as this would require some way of emailing the input to an email address.</p> </div>