How to prefill the email input like on the widget?
-
Hi, I’m trying to find a way to prefill the email input with simply “Your email here”. There’s this “Form code” tab in the Newsletter settings but I don’t know how to take advantage of this to modify it and put a placeholder HTML property like
<input class="newsletter-email" type="email" placeholder="Your email here" name="ne" size="30" required>How can I do that?
ThanksPS: I’m calling the plugin with
<?php echo do_shortcode('[newsletter]'); ?>
The topic ‘How to prefill the email input like on the widget?’ is closed to new replies.