Script
Posted: Fri Dec 03, 2021 2:53 am
Hi all, I'm trying to a script to a site in a layout grid about 2/3rds of the way down the site. No matter where i place the script it appears either at the top or bottom of the page
Here's is the script
<script src="https://app.clientsnest.net/EP_FormsBui ... "></script>
<div style="display:none;">
[estimation_form form_id="4897"]
</div>
This is a popup version
<script src="https://app.clientsnest.net/EP_FormsBui ... "></script>
<div style="display:none;">
[estimation_form form_id="4897" popup="true"]
</div>
With a css class
<a href="#" class="open-estimation-form form-4897">
Open Form
</a>
Any help on placing either would be appreciated
Thanks
Dave
Here's is the script
<script src="https://app.clientsnest.net/EP_FormsBui ... "></script>
<div style="display:none;">
[estimation_form form_id="4897"]
</div>
This is a popup version
<script src="https://app.clientsnest.net/EP_FormsBui ... "></script>
<div style="display:none;">
[estimation_form form_id="4897" popup="true"]
</div>
With a css class
<a href="#" class="open-estimation-form form-4897">
Open Form
</a>
Any help on placing either would be appreciated
Thanks
Dave