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
Started 11 years ago by taniamayer | 2 posts |
-
In v3.4 is can we adjust footer text for an individual form?
Posted 11 years ago # -
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 #
Reply
You must log in to post.