Home / Admin / Demo SharpSpring form
Duplicate Snippet

Embed Snippet on Your Site

Demo SharpSpring form

Code Preview
universal
<script type="text/javascript">
    var ss_form = {'account': 'XXXXXXXXXXXXXXX', 'formID': 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'};
    ss_form.width = '100%';
    ss_form.height = '1000';
    ss_form.domain = 'app-XXXXXXXXX.marketingautomation.services';
    // ss_form.hidden = {'field_id': 'value'}; // Modify this for sending hidden variables, or overriding values
    // ss_form.target_id = 'target'; // Optional parameter: forms will be placed inside the element with the specified id
    // ss_form.polling = true; // Optional parameter: set to true ONLY if your page loads dynamically and the id needs to be polled continually.
</script>
<script type="text/javascript" src="https://XXX-XXXXXXXXX.marketingautomation.services/client/form.js?ver=2.0.1"></script>

Comments

Add a Comment