Hi there,
you mean a widget with a text field to subscribe? Yes, this can be done by copying and pasting the following HTML code into a PHP widget:
<form action="/URL_OF_YOUR_MANAGEMENT_PAGE?srp=<?php echo $post->ID ?>&sra=s" method="post" onsubmit="if(this.subscribe_reloaded_email.value=='' || this.subscribe_reloaded_email.value.indexOf('@')==0) return false">
<fieldset style="border:0">
<p><label for="subscribe_reloaded_email">Email</label> <input type="text" class="subscribe-form-field" name="subscribe_reloaded_email" value="email" size="22"
onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue"/>
<input name="submit" type="submit" class="subscribe-form-button" value="Invia" /></p>
</fieldset>
</form>
Please let me know if this worked for you and don’t forget to vote for my plugin ??
Camu