Add-On Feed not Included in Gravity Forms Export

Hi!

We have a custom add-on and a custom add-on feed that we created for our Gravity Forms plugin. We added the add-on and add-on feed by extending the GFFeedAddOn class and defining a form_settings_fields (for the add-on) and feed_settings_fields function (for the add-on feed).

We don’t have any custom export/import logic anywhere, and the add-on properly gets exported/imported with the Gravity Form (awesome!).

However, the add-on feed does not get exported/imported. I’m just trying to figure out if I need to write a custom solution for this, or if I may have created the feed incorrectly, which led to the failure to export?

Apologies if I missed a previous thread that discussed this. I didn’t see anything about the add-on feed specifically.

Thanks!

The form export/import feature does not support feeds.

You can suggest this feature directly to the product management team, for consideration when planning future releases, on the Gravity Forms product roadmap page.

You could use the gform_export_form filter to add the feeds to the export, and the gform_forms_post_import action to add feeds found in the import to the database.