Is it possible to change the "Please fill out this field" form message?
I have generated a form using the form_builder class. If a filed is required and I click the submit button, it will show this message on that filed: "Please fill out this field". I need to change the message. How can I do this?
Comments
form input::-webkit-validation-bubble-message,
form select::-webkit-validation-bubble-message,
form textarea::-webkit-validation-bubble-message {
display:none;
}