Is there a way to turn off the pages visited? Its not that big of a deal, but the email on a site I'm working on may be going to an iPhone, and the person using it isn't super tech savy, so a simpler email would be better.
Is there a way to turn off the pages visited? Its not that big of a deal, but the email on a site I'm working on may be going to an iPhone, and the person using it isn't super tech savy, so a simpler email would be better.
Bump! Anyone? Joost, you check this? There's no comment option on the page for the plugin.
hello?
Go to the plugins editor and oped enhanced-wordpress-contactform/wp-contactform.php
Find the line that reads:
mail($recipient, $subject, $fullmsg, $headers);
and change it to read:
mail($recipient, $subject, $shortmsg, $headers);
This is only a work-around, if you install an upgrade to the plugin you will have to go back and edit the line again
You must log in to post.