Gravity form to submit to third party application

I would like to know what the cleanest way to use gravity forms to submit data from my form to another page outside of WordPress is.
Our website is 100% WordPress and I need to use data of my gravity form somewhere else.

I found this blog article, that seems to provide a solution, but I really would like to avoid modifying
/wp-content/themes/*your-theme*/functions.php

Read More

I am worried about losing the changes at a WordPress / gravity forms update.

Related posts

Leave a Reply

3 comments

  1. Editing the functions.php file of your theme is not as bad as it sounds.

    The article I had found detailed the right solution.

    The functions.php file is not a WP core file, but part of your theme.
    So when WordPress updates itself, it does not touch those files.

    When the plugin is updated, it doesn’t affect these either.