I like this plugin a lot! I’d like to use it for other language. How to translate messages that appear when enter no email in the field and press subscribe button “Please enter an email address”?
I have been thinking to make the alert box look nicer and started to manipulate with jQery but as I am not even a beginner it failed.
Stefano, is it possible you could help to add the code to the form to replace alert box, something like: function custom_alert(output_msg, title_msg){ $("<div></div>").html(output_msg).dialog({ title: title_msg, resizable:false, modal:true, buttons:{"Ok":function(){ $(this).dialog("close");}}});}
For those who else may be wondering… Keep in mind, that such “smart” browsers like Chrome can and will override these validation rules. You may install a Chrome plugin that would disable that.