This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Remove Machform from email footer
Started 15 years ago by iain | 6 posts |
-
How can i remove the 'powered by machform' link from the email footer. That email footer link is the whole reason i am not using a free form.
IainPosted 15 years ago # -
Hi,
To remove the "Powered by MachForm" in mail, you will need to edit "includes/helper-functions.php". Go around line 463 ~ 464 and you will see this code :
//add footer $email_content .= "<br /><br /><br /><br /><br /><b style=\"font-family:Lucida Grande,Tahoma,Arial,Verdana,sans-serif;font-size:12px\">Powered by <a href=\"http://www.appnitro.com\">MachForm</a></b>";
change to
//add footer $email_content .= "<br /><br /><br /><br /><br /><b style=\"font-family:Lucida Grande,Tahoma,Arial,Verdana,sans-serif;font-size:12px\"></b>";
MachForm Support
Posted 15 years ago # -
Once this is done...do I have to recreate the form in order to have it removed?
Posted 15 years ago # -
No need to recreate the form. It will be simply removed from your form.
MachForm Founder
Posted 15 years ago # -
i have tried this solution as well and it does not work. the link on the form is still at the bottom. i believe i have the file and line correct. i have refreshed my browser. any other ideas?
Posted 15 years ago # -
the above only remove the link from the email. if you need to remove it from your form, you need to edit "includes/view-functions.php" file.
Search for the word "Powered by" and you'll find it on few lines. Remove all of them.
MachForm Founder
Posted 15 years ago #
Reply
You must log in to post.