I would like to change the base root directory from "/gravity_forms/" to "/forms/". I found an entry at the forms_mode.php, but I would prefer not to change the plugin files. Can I accomplish this with adding a filter to my functions.php file?
I would like to change the base root directory from "/gravity_forms/" to "/forms/". I found an entry at the forms_mode.php, but I would prefer not to change the plugin files. Can I accomplish this with adding a filter to my functions.php file?
I've just figured out how to do it. Here's the code you need to add to your functions.php file:
Glad you figured it out. Thanks for posting your solution for other folks.