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


  1. iain
    Member

    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.
    Iain

    Posted 15 years ago #
  2. redityo

    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 #
  3. katiesanborn
    Member

    Once this is done...do I have to recreate the form in order to have it removed?

    Posted 15 years ago #
  4. yuniar

    No need to recreate the form. It will be simply removed from your form.


    MachForm Founder

    Posted 15 years ago #
  5. tuan74
    Member

    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 #
  6. yuniar

    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 #

RSS feed for this topic

Reply