Any suggestions for adding a message to the contact form? I get emails saying "my email account is banned" but they don't leave their username or email addy... Any ideas?
Thanks,
Sean
Edit the "contactus" template.
Find:
Code:
$vbphrase[message]:
Add a space after the : and add this (or whatever you like):
Code:
<font color="#FF0000"><b>Please include your Username and Email address in the message</b></font>
The result is below. You can also play with the code to get the message wherever you want it.