aceebaba
Member
Posted 3 months ago #
I didn't find any help from any where, how to change "Please fill the required field." Message with my custom message for each input required field?
For example: i wish to use "Please fill your First Name" at the place of default error message that is "Please fill the required field."
http://wordpress.org/extend/plugins/contact-form-7/
There is "Messages" section in the plugin's admin page. You can edit messages there.
aceebaba
Member
Posted 3 months ago #
Thanks Takayuki,
I think you are talking about these messages:
(# Sender's message was sent successfully
# Sender's message was failed to send
# Validation errors occurred
# There are terms that the sender must accept
# Email address that the sender entered is invalid
# There is a field that the sender must fill in
# Akismet judged the sending activity as spamming
# The code that sender entered does not match the CAPTCHA
# Uploading a file fails for any reason
# Uploaded file is not allowed file type
# Uploaded file is too large
# Uploading a file fails for PHP error
# Sender doesn't enter the correct answer to the quiz)
These validation messages take place under the form, I need to edit Required field message for example:
If user don't fill out first name and click send. message for this field should be Please fill our your first name.
and same for each text input.
Do you have any idea how can i do that?
Thanks