Skip to content

Instantly share code, notes, and snippets.

@lizardking8610
Created May 28, 2019 18:29
Show Gist options
  • Save lizardking8610/2c9a3622693a558a1706b5b1b12289fc to your computer and use it in GitHub Desktop.
Save lizardking8610/2c9a3622693a558a1706b5b1b12289fc to your computer and use it in GitHub Desktop.
Revinate Form
<script type="text/javascript" src="//contact-api.inguest.com/bundles/revinatecontactapi/js/revinate-form.js?v=1"></script>
<form id="revinate_contact_api_form" token="3f31d1dc-3bd8-4105-9ca7-45a66cf022b2"
onsubmit="revFormOnSubmit(); event.preventDefault();">
<fieldset>
<legend> Revinate Contact Sign Up Form Sample.</legend>
<div>
<label>Email</label>
<input class="long" type="email" name="email" required/> </div>
<div class="button">
<button type="submit">Sign Me Up !</button>
</div>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment