Possible Duplicate:
HTML5 form required attribute. Set custom validation message?
Simple_form has an automatic error that is generated by html5. How do you customize the content of the message to your liking?
Possible Duplicate:
HTML5 form required attribute. Set custom validation message?
Simple_form has an automatic error that is generated by html5. How do you customize the content of the message to your liking?
You can't; it's specific to the browser (and related only to HTML5; unrelated to simple_form).
On firefox you can either use the x-moz-errormessage
attribute or the title
attribute.