Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save furiousdavid/1689ab8b24a2aecd47dbce9eedc0bfd4 to your computer and use it in GitHub Desktop.
Save furiousdavid/1689ab8b24a2aecd47dbce9eedc0bfd4 to your computer and use it in GitHub Desktop.
<div id="contact-us-1" class="contact-us-container cms-include">
<div id="contact-us-title" class="cms-editable"> Contact Us </div>
<form accept-charset="UTF-8" action="https://formkeep.com/f/exampletoken" method="POST" enctype="multipart/form-data">
<input name="utf8" type="hidden" value="✓">
<label for="contact-email-address" id="contact-email-label" class="cms-editable">Email</label>
<input id="contact-email-address" name="email" type="email" required>
<label for="contact-name" id="contact-name-label" class="cms-editable">Name</label>
<input id="contact-name" name="name" type="name">
<label for="contact-message" id="contact-message-label" class="cms-editable">Message</label>
<textarea id="contact-message" name="message"></textarea>
<label for="contact-photo-album" id="contact-photo-album-label" class="cms-editable">Photos</label>
<input id="contact-photo-album" name="photos[]" type="file" multiple>
<button type="submit">Submit</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment