Created
May 28, 2019 18:29
-
-
Save lizardking8610/2c9a3622693a558a1706b5b1b12289fc to your computer and use it in GitHub Desktop.
Revinate Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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