Skip to content

Instantly share code, notes, and snippets.

View jonfield's full-sized avatar

Jon Field jonfield

  • Los Angeles
View GitHub Profile
<script type="text/javascript" src="//contact-api.inguest.com/bundles/revinatecontactapi/js/revinate-form.js"></script>
<form id="revinate_contact_api_form" token="00000000-0000-0000-0000-0000000000000" onsubmit="revFormOnSubmit(); event.preventDefault();">
<style scoped>
label {display:inline-block; width:130px;}
label.required:after { content:" *"; color: red;}
fieldset {width:500px; padding:1em; border:3px solid #CCC;}
input {margin: 1px 5px 1px 5px; width:145px; padding: 3px; border-width: 2px;}
input.long {width: 300px}
div.button {margin-top: 1em; text-align: center;}
</style>