Disable The Auto Detail Fill In Feature?

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
RT77
Junior Member
Posts: 2
Joined: Thu Aug 23, 2012 6:30 am

Disable The Auto Detail Fill In Feature?

Post by RT77 »

Hey just bought the software and I notice that it automatically tries to fill in the users name and email address, is there a way to disable this?
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
There is no option to disable it, but you can use The Custom jQuery and enter this :

jQuery('input[class="name_field"]').val("");
jQuery('input[class="email_field"]').val("");

This one show empty fields, if you would like prefilled text, use

jQuery('input[class="name_field"]').val("Your Text for name field");
jQuery('input[class="email_field"]').val("Your Text for email field");

Regards,
Post Reply