4drumlerry
Member
Posted 4 years ago #
Hello
I use contact form 7 to add a contact form to my site. When the form is sent a confirmation message appears in a green rectangle beneath the form
"Your message was sent successfully"
My question: Which file do I edit to personalize this confirmation message?
Regards
Brian
Hello Brian,
The message is set in the message() function in the wp-contact-form-7.php. You can edit it to change the message.
If you are familiar with gettext, you can also create/edit .po file in the languages folder and compile it to .mo file to do that. This way is portable so I recommend.
Regards
Takayuki Miyoshi (plugin author)
4drumlerry
Member
Posted 4 years ago #
Hello Takayuki
Thanks for that.
I was able to amend my confirmation message.
Brian