Possible Duplicate:
HTML5 form required attribute. Set custom validation message?
in HTML 5 form validation
<form> <input type="txt" required id="username"/> </form> this required filed will always shows the message "Please enter filed"
Is there a way to customize this message ?