Note: This was written for Mambo 4.5.1a Stable
By default, the contact form of Mambo will display the contact information, then the text “Send an Email to this Contact,” followed by the actual email form.
To change the text “Send an Email to this Contact:”
- Download the file /Mambo/language/english.php to your computer.
- Open the downloaded english.php file in your favorite text editor.
Note: It is highly recommended to backup this file before making any modifications.
- Look for the line containing the following text:
DEFINE('_EMAIL_DESCRIPTION','Send an Email to this Contact:');
- Change the text Send an Email to this Contact to your desired text. Make sure that you only modify the text between the quotation marks (‘ ’). Leave the rest of the code intact.
For example:
DEFINE('_EMAIL_DESCRIPTION','Hey! Email me now!');
Leave a Reply