Setup Contact Form

Form HTML Murkup

<form id="contactForm" data-toggle="validator" class="shake">
<p>
<label>Name*</label>
<input type="text" id="name" placeholder="Enter name . . .">
</p>
<p>
<label>Email*</label>
<input type="email" id="email" placeholder="Enter name . . .">
</p>
<p>
<label>Messages*</label>
<textarea name="name" id="message" cols="30" rows="10" placeholder="Enter subject . . ."></textarea>
<button type="submit" id="submit" class="boxed-btn">Send Now</button>
</p>
</form>

How to change the email address?

Go to the template directory and open process.php file.

 

Was this page helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *