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
nigelfaraday67
Member
Posts: 45 Joined: Fri Apr 18, 2014 12:12 pm
Post
by nigelfaraday67 » Sat Apr 19, 2014 6:31 pm
Thanks, I'll try this, how would I have the field name appear before the field input, e.g.
Email: [email input field]
Thank you
Jean-Christophe Bisoux
Posts: 283 Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra
Post
by Jean-Christophe Bisoux » Sat Apr 19, 2014 8:13 pm
Hi,
Directly in WPS it's not posible, because the field is normally for a sidebar with a short's width.
But you can try with the jquery custom, for exemple use this code for each input and replace FNAME with the input's name
Code: Select all
jQuery("input[name$='FNAME']").before("Your text");
Regards,
JC