Popup Form Widget Installation
Your visitors will use this widget to sign up to your Viral Loops campaign
After completing the Installation step, add the following HTML in your site. Once published the Viral Loops form widget will appear there.
<form-widget ucid='Your Campaign ID' mode='popup' ></form-widget>;
Custom button trigger
If you'd like to have custom button to trigger the popup add the following attribute on the form widget:
<form-widget mode='popup' ucid='Your Campaign ID' component="customButton"></form-widget>
And add the class .vrlps-trigger
on the buttons that should trigger the popup:
<button type="button" class="vrlps-trigger"> Trigger </button>
Updated 7 months ago