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"></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> |