Tagged Questions
0
votes
0answers
19 views
Easiest way to restrict 1 page to members of my mailchimp mailing list
I have one page on my website which I want to restrict to people who are on my mailchimp mailing list, or alternatively people can quickly join my mailing list and then see the page. I'm using gravity ...
2
votes
3answers
1k views
How do I show data from gravity forms in my template?
Preface
I've installed gravity forms, created a form and users are submitting data to my site.
What I want to do is show the data users are submitting to my site on one of my pages.
I know there's ...
3
votes
2answers
673 views
Removing an admin page added by a 3rd party plugin. Gravity forms in this example
I'm trying to hide a help page from editors, added by the gravity forms plugin. I believe I've run into the same issue before with other plugins, so I'd like to know the correct way to do it for 3rd ...
0
votes
1answer
194 views
What's the best way to echo out a filter variable?
I have a plugin filter that isn't working for me:
add_filter( 'gform_notification_email_3', 'route_notification', 10, 2 );
function route_notification($email_to, $entry) {
global $post;
...