How to prevent the closure of the popup
Posted: Fri Apr 06, 2012 5:00 pm
If you would like to prevent the closure of the popup without submit the optin form, just add this in the custom jquery code
hope this helps
Jean-Christophe
Code: Select all
jQuery("#popup").modal({close:false});
Jean-Christophe