Advanced Save and Continue popup

We have advanced Safe and Continue enabled on a lengthy form here:

https://www.theretrievers.org/request-assistance

Users accessing the page for the first time are seeing the popup “Would you like to automatically save your progress?” before they even see the form, which is confusing. Is there a way to turn this off but still leave the plugin active?

Hi Devon,

You can disable the visitor prompt with the following filter:

add_filter( 'gpasc_visitor_prompt_enabled', '__return_false' );

The wizards have thought of nearly everything!

1 Like

Thanks, Scott. I have never used GF filters. Is there a tutorial on how to do that?

Hi Devon,

You can add that line to the end of your theme’s functions.php file, or you can use a plugin like Code Snippets to add the snippet.

I typically recommend the latter approach. It’s nice to have an interface to manage snippets and having the ability to selectively turn them on/off is quite convenient.

Thanks. I added the code using Code Snippets, but unless I’m seeing a cached page, I don’t think it’s working. Can you see if it pops up for you here?

https://www.theretrievers.org/request-assistance/

Hi Devon,

The modal is showing when I test the page. That filter should disable it site-wide. I think we’ll need to troubleshoot this further. Can you open a ticket with us through our support form so we can dig into this one?

Were you able to access the admin area?

Closing the topic here. Please continue with Gravity Wiz support. Thank you.