Page 1 of 1
CMSMailer success message: where can it be modified?
Posted: Thu Apr 19, 2007 3:22 pm
by cnymike
When a message is successfuly sent from the Contact Form, a success message is displayed ,"Your message was successfully sent." where can the content of that message be changed?
Re: CMSMailer success message: where can it be modified?
Posted: Thu Apr 19, 2007 6:24 pm
by Vin
In the function.contact_form.php in your plugins folder itself

. Look for
class="formMessage" with your favourite text editor.
Re: CMSMailer success message: where can it be modified?
Posted: Thu Apr 19, 2007 6:40 pm
by cnymike
Thanks Vin. I was looking in the Modules folder. No wonder I couldn't find it.
Michael