UNBRANDED MANCHESTER_

Contact Form

Simple steps to setting up your contact form

Contact form code

<fieldset class=”block-group uform-group”>
<div class=”block utext uform”>
<label for=”your-name”>Your Name</label>
[text* your-name]
</div>
<div class=”block utext uform”>
<label for=”your-email”>Your Email Address</label>
[email* your-email]
</div>

<div class=”block utext uform”>
<label for=”your-message”>Your Message</label>
[textarea your-message]
</div>
</fieldset>
[honeypot repeatemail-990]
<fieldset class=”block-group uform-group”>
<div class=”block uform”>
[submit class:btn class:btn–large “Send Message”]
</div>
</fields

Log into website admin

– Click contact tab in the menu
– Paste the copied code into the form box
– Save

Copy this code

From: [your-name] <[your-email]>

Message Body:
[your-message] from a contact form on website name (website URL)

Go back into your website admin area

– Paste 3 lines of code into mail text area
– Change the subject to the client email when live
– Save changes made

Back to Digital Guides