Search results for Gravity Forms Import Entries

473 articles found

  • Adding pagination for results (next/previous page links)

    In the Edit View screen, click "Add Widget" You can choose to have the links to the left or right by adding them to the "Left" or "Right" zones. In this example, we're adding the links to the "Top"

  • How to assign entries to users during import

    By default, imported entries are assigned to the entry creator, i.e. the user doing the import. You can assign an entry to another user during import by including an existing WordPress User ID in

  • Enabling autocomplete for the Gravity Forms Address field

    Note: Address autocomplete requires you to have the GravityView Maps extension installed and a valid Google Maps API key. This functionality requires the Places API to be included in your Google Maps

  • Getting started with the Gravity Forms Event field

    In this article, we will walk you through configuring the Gravity Forms "Event" field. The Event field is a free add-on that we developed for use with our GravityCalendar add-on. The Event field

  • Is Gravity Forms the same thing as GravityView?

    Gravity Forms and GravityKit are separate companies. Gravity Forms is developed by Rocketgenius and GravityView and other GravityKit add-ons are developed by Katz Web Services, Inc. GravityView (one

  • Can we display entries from other websites?

    Unfortunately, no. All forms must be on the same website where GravityView (and Gravity Forms) is installed. GravityView also cannot display entries across multiple sites on the same network.

  • How to filter entries by cookie value

    In this article, we'll show you how to filter entries using the value of a cookie. This example will show you how to hide a specific entry, but this is just a basic use case. The better use case is

  • Does GravityView support GP Nested Forms (Gravity Wiz Perk)?

    Yes! We're pleased to share that GP Nested Forms (a Gravity Wiz Perk) supports GravityView. Here's a demo View we've created so you can see what integrating with Gravity Perks' Nested Forms add-on

  • Problems loading images: Gravity Forms Secure File Download Location

    Version 2.1.1 of Gravity Forms added security improvements that affect how GravityView loads images on a View. GravityView supports Gravity Forms' secure download locations, which hide where a file

  • How to add new fields to an existing form during import

    You have a form with just one field, but you want to import more information In the Gravity Forms Toolbar, hover over Entries, then click Import Entries Click to upload CSV from your computer Open

  • Highlighting entries about to expire "today"

    GravityKit released a new add-on called Gravity Forms Entry Tags that helps you achieve the same as what is described in this article but in a very easy way. Read more about this new add-on.

  • Restarting a Gravity Flow workflow after editing an entry

    The code sample below targets specific forms by their IDs. Make sure to change those to the specific form ID connected to your View. The code below restarts a Gravity Flow workflow after editing an

  • Import Option: Skip Field Validation

    Enabling the "Skip Field Validation" option allows you to disable validating the data you import. Warnings about phone number formats, URLs that aren't valid, etc. will not appear. Example: With

  • How to enable duration calculations in Gravity Forms with GravityMath

    GravityMath allows durations to be calculated. You can calculate average time, fastest time, and slowest time. In order to calculate time, a Single Line Text field must be modified to use an Input

  • How to require whole numbers in Gravity Forms' Number field

    The Number Field in Gravity Forms allows users to enter decimals. If you want to force the number to be an integer (whole numbers, including negative numbers), you can add this code below. This code

  • How does GravityMigrate handle nested forms?

    GravityMigrate supports the Nested Forms perk by Gravity Wiz. Nested Forms allows you to add forms within forms for more complex data management. Essentially, this allows you to collect "child"

  • How to display all entries by default

    Whenever you create a new View, by default, GravityView displays only 25 records (also known as entries, or form submissions). If you want to change this default, to display all entries instead, you

  • File Uploads can't be included in partial entries

    If you are using the Partial Entries add-on from Gravity Forms on your form, files uploaded to a partial entry won't be saved, even when using GravityView to edit partial entries. If your form

  • The Recent Entries Widget

    GravityView's Recent Entries Widget allows you to show the latest entries that are displayed on a View. Only the entries that are visible in the View will be displayed in the widget (not necessarily

  • Exporting a CSV from Microsoft Excel

    This article uses screenshots from Microsoft Excel 2011 Mac. If you are using Excel for Windows, or a different version of Office, the screenshots will differ, but hopefully the basics are the same.

  • Adding a download button for entries in GravityView using GravityExport

    In this article, you will find out how to use GravityExport to add a download button to your Views, allowing you to download individual entries. 1. Create a new export feed Head over to the form

  • Unapproving entries automatically after they're edited

    When allowing logged-in users to edit entries they created by checking the "Allow User Edit" box in View Settings, you also have the option to automatically unapprove entries after they've been

  • My Entries Are Not Showing Up

    GravityView does not fully support PHP 8.2 or newer versions. If your website runs on this version of PHP, your Views might not work as expected. Downgrading to PHP 8.1 fixes this problem. After

  • Configure screen in Entry Importer

    Continue Processing If Errors Occur With this setting enabled, if the importer encounters a problem with the CSV, it will not stop the import immediately. It will continue processing all the rows of

  • Embedding Views, entries and fields using blocks

    Blocks were added in GravityView 2.17 and will only work with WordPress 6.0 or later. GravityView integrates with the WordPress block editor ("Gutenberg"), allowing you to add Views, entries, fields,

  • Exporting a CSV from Google Sheets

    Gravity Forms does not include entry import functionality. GravityImport is the best way to import data into Gravity Forms from a CSV. Get it today, and import your entries fast! Google Sheets is the

  • Exporting a CSV from LibreOffice

    Gravity Forms does not include entry import functionality. GravityImport is the best way to import data into Gravity Forms from a CSV. Get it today, and import your entries fast! Buy it now!

  • Does GravityImport process calculations during import?

    If you use calculations on your field forms, these will be automatically processed when importing a CSV into your form. Below is an example of a simple form containing three number fields; the Total

  • Getting started with GravityMigrate

    In this article, we will introduce GravityMigrate and show you how to get started with this powerful add-on. GravityMigrate is an add-on for Gravity Forms, designed to be an all-in-one tool for

  • How to show only entries from the current day, week, month, or year

    💡 New on Gravity Guide: an Advanced Filter extension course with step-by-step instructions and videos. Check it out ➡ The Advanced Filtering extension allows you to filter using date ranges. To

  • Embedding Single Entries in a Post or Page

    Sometimes you may find it useful to embed single entries into a post or page instead of an entire View. Prefer to Watch the Video? When single entries are embedded in a page or post, they will be

  • Exporting forms & Views from your site

    Follow the instructions below to back up the forms and Views on your website. Forms If you’ve created forms in Gravity Forms that you want to save, you can download these as a JSON file, which you

  • Restarting a Gravity Flow workflow after editing a field with GravityEdit

    The code sample below targets specific forms by their IDs. Make sure to change those to the specific form ID connected to your View. The code below restarts a Gravity Flow workflow after editing a

  • Exporting List fields as JSON

    By default, when exporting List fields, Gravity Forms creates a column in the CSV for each of the responses. This can make for a very long and complicated CSV. So we added a new way to export and

  • Getting Started With Multiple Forms

    Note: The Multiple Forms extension is still in Beta, which means we're working on adding new features and improving functionality. Before start using it, please make sure to check its known

  • "How To" Guides and Tutorials

    The official GravityKit blog is a powerful resource that can aid you in your building process. On our blog, we frequently publish "How To" articles, tutorials, case studies and other helpful guides

  • Listing entries assigned to a specific user

    Make sure to check out this course on GravityKit Academy on Advanced User Management and CRM Functionality, which covers a similar use case to this article. If you are using Gravity Flow's Assignee

  • Exporting a CSV from Apple Numbers

    Numbers is a spreadsheet program developed by Apple which is included in every OS X installation. If you want to export your entries from Numbers into Gravity Forms / GravityView, this guide is for

  • Import Step: Choose a form for this import

    The form you select will be the destination of the imported CSV rows. The form you select in this step will be the form your CSV rows will be imported into. Don't see your form? 1. Scroll down or

  • Allow for non-standard imported values for checkbox fields

    Normally, the imported value should match the checkbox input's value. If the checkbox in Gravity Forms has a value of "Apple", the imported cell value should also be "Apple". If the CSV value is

  • Best practices to follow when moving data using GravityMigrate

    GravityMigrate makes a complex process—the exporting and importing of Gravity Forms data—extremely simple. While we've built GravityMigrate to ensure compatibility with a range of website

  • Adding Disqus comments to Entries

    GravityView allows you to add Disqus comment forms to your entries. You don't even need the Ratings & Reviews plugin to do this! 1. Log in to your Disqus account If you don't have a Disqus account,

  • How to enable pre-release versions of GravityImport

    At GravityKit, we're always working on updates to plugins. If you'd like early access to plugins before they're 100% complete ("beta" access), here's how: Click on Forms in the WordPress dashboard

  • The {entry_count} Merge Tag in Math by GravityView

    When creating Gravity Forms calculations with the GravityMath add-on, it's often important to know how many total entries are used in the calculation. Use the {entry_count} Merge Tag inside a

  • Getting Started With the Featured Entries Extension

    In this article, we’ll show you how to get set up with the Featured Entries extension. Prefer to Watch the Video? Installing the Featured Entries Extension You can install the Featured Entries

  • View sorting isn't working

    On some sites, sorting does not work when paging through entries. If this is happening on your View, first check if the entries sort correctly on the Gravity Forms entries screen: 1. Check sorting in

  • Filtering a View using the Assignee field from Gravity Flow

    There's another way to assign submissions to users without using Gravity Flow's fields. Check here how. If you wish to only display entries on your View where the Assignee field is equal to the

  • About the gk_parent_entry_id and the gk_parent_form_id entry metas

    GravityView version 2.19 introduced the Gravity Forms field, allowing users to embed a form into a View easily. More about that here. Two pieces of information are stored in the website database

  • View Settings: Allow Export: Exporting entries as CSV or TSV from GravityView

    When exporting entries, only the fields configured in the View will be shown. If a user can not see a field by accessing the View, they will not be able to access it by CSV export. See how to set

  • Edit Entry: Multi-page form editing

    This functionality is currently in testing and may have bugs. By default, Edit Entry doesn't support multi-page forms; we are currently developing support for this functionality. If you would like to