Support » Plugin: Contact Form Plugin - Fastest Contact Form Builder Plugin for WordPress by Fluent Forms » Remove footer credit
Remove footer credit
-
Hi,
How do I remove the footer credit “Powered by FluentForm” from Inbox mails.
Please let me know.See attach image https://prnt.sc/10q63dx
Thanks
-
Hello @shaon007,
As you are using the free version of Fluent Forms, so you are seeing this footer text. In the Pro version, the footer credit isn’t shown.
If you want to change/remove the footer text then you can use the following hook –
apply_filters ( 'fluentform_email_template_footer_credit', $poweredBy, $form, $notification );
Thank you.
Hi, thanks for the reply. I am just using the form for simple contact form. Do not have enough budget to buy the pro version.
Sorry to say that i do not know how to apply this hook. Can you send the full code so that I can apply it to website Header or theme function.php files.
Thanks again.
Hello @shaon007,
Please submit a support ticket here – https://wpmanageninja.com/support-tickets/
Thank you.
Yeah, I see this text.
apply_filters ( ‘fluentform_email_template_footer_credit’, $poweredBy, $form, $notification );
I put this in the functions.php but did nothing??
@pantsman28 Have you tried any other way? Is that fixed?
I actually found in my case that having the footer credit means that when a form is submitted to my domain I would receive it, but if I turn on the automatic forwarder to my gmail account the form would disappear into space (appear in my domain mailbox but would never appear in my gmail account)
I had the hosting look into this and it would send on to gmail but would never create a bounce back.
To test the theory, I removed the credit from the plugin footer.php file and instantly it started working.
- The topic ‘Remove footer credit’ is closed to new replies.