Hi Stefano and thanks for an amazing plugin!
I’ve been trying to insert a placeholder in the email field on the subscription form. Is there any way to do this, from the dashboard or in functions.php? I have tried
add_filter( 'NewsletterWidget_widget_form' , 'My_newsletter_form' );
function My_newsletter_form( $form ) {
$form ['newsletter-email']['placeholder'] = 'Email';
return $form;
}
without success.
/Helpseeking Lilou
http://www.liloujohn.com/contact/