This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Footer text


  1. taniamayer
    Member

    In v3.4 is can we adjust footer text for an individual form?

    Posted 11 years ago #
  2. redityo

    You need to customize includes/view-functions.php file for this. Search for code "$powered_by_markup" and you will see the complete code like this :

    $powered_by_markup = 'Powered by <a href="http://www.appnitro.com" target="_blank">MachForm</a>';

    then you can put the condition code there like this

    if ($form_id == 167) {
    powered_by_markup = 'Your footer text';
    } else {
    powered_by_markup = 'Powered by <a href="http://www.appnitro.com" target="_blank">MachForm</a>';
    }

    MachForm Support

    Posted 11 years ago #

RSS feed for this topic

Reply