Importing Form Entries

Summary


Gravity Forms does not include a feature for importing entries. This article will discuss several methods for importing entries into Gravity Forms, including database migrations, WP-CLI commands, and third-party plugins.

Note: When importing entries, ensure that the imported data matches the structure of your existing form fields. If the data structure does not align correctly, the entries may be incomplete or contain incorrect values.

Importing Entries With A Database Migration

For users comfortable working directly with databases, you can perform a database migration to import entries. Gravity Forms stores form entries in multiple database tables within the WordPress database, which include:

  • wp_gf_entry: Stores the general entry data.
  • wp_gf_entry_meta: Stores the metadata associated with the entries.
  • wp_gf_entry_notes: Stores any notes related to the entries.

To import entries manually, you need to export the relevant rows from these tables in your source environment and import them into your target environment. This process requires a thorough understanding of the Gravity Forms database structure and can be risky if done incorrectly. Always ensure you have a full database backup before attempting this method.

Importing Entries With The WP-CLI Gravity Forms Add-On

WP-CLI is a command-line interface for managing WordPress installations. The Gravity Forms WP-CLI Add-On provides powerful tools for managing your forms, including the capability to import and export entries.

This method requires some knowledge of working with the command line, but it can be particularly useful for advanced users who need to perform batch imports quickly.

Refer to this article for more information about importing entries with WP-CLI.

Importing Entries With Third-Party Plugins

GravityImport

GravityKit offers an add-on called GravityImport, which simplifies the process of importing entries.

With the GravityImport add-on, you can:

  • Import entries from a CSV file into your Gravity Forms.
  • Map CSV columns to Gravity Forms fields, ensuring data consistency.
  • Handle various field types, including dropdowns, text, dates, and more.

This plugin provides a user-friendly interface and is ideal for users who prefer a guided process without dealing with database-level operations.

Learn more about GravityImport add-on in this article.

Import Entries Add-On

Import Entries In Gravity Forms allows the admin to import data from a CSV file to the entries section of the Gravity Form.

The admin will also be able to update existing entries by selecting the fields (from the CSV file) that match the Entry ID.

You can easily import digitally captured signatures, coupon details, and survey data from your Gravity Forms. Just map the fields and view your entries in the entries section.

Learn more about Import Entries add-on in this article.

Disclaimer: Third-party services, plugins, or code snippets that are referenced by our Support documentation or in Support Team communications are provided as suggestions only. We do not evaluate, test or officially support third-party solutions. You are wholly responsible for determining if any suggestion given is sufficient to meet the functional, security, legal, ongoing cost and support needs of your project.

Feedback, feature and integration requests, and other functionality ideas can be submitted on our Gravity FormsGravity Flow, or Gravity SMTP product roadmap pages.