Search results for Gravity Forms Import Entries

473 articles found

  • GravityExport: Splitting complex fields in Multiple Columns

    By default, complex fields like the Name, Address, and other fields that contain sub-fields get combined into one column during export. This is often not useful, especially for data analysis. With

  • Connecting Dropbox to GravityExport

    Note: GravityExport Lite does not support Dropbox export. This feature is only available in the full version of GravityExport. In GravityExport 1.1 we made it easier and more secure to link your

  • Using GFChart with GravityView

    GravityKit now has its own chart plugin called GravityCharts. Make sure to check it out! GFChart is an easy way to display your Gravity Forms entry data in a chart. GFChart does not currently support

  • Completely deleting GravityView

    Warning: If you follow these steps to delete GravityView data and then you re-install GravityView, it will be like installing GravityView for the first time. Be very sure you want to do this! If you

  • Is there a free trial for GravityView?

    Yes. You can trial GravityView on our demo site which comes preloaded with all of our powerful Gravity Forms add-ons. Here you can browse our range of demo applications, or sign-up for your own free

  • The {user} and {created_by} Merge Tag

    This GravityKit Academy course, Advanced User Management and CRM Functionality, has real-world examples of using the {user} Merge Tag. The {created_by} Merge Tag allows you to display details of the

  • Creating "Filter Sets" in GravityExport

    Note: GravityExport Lite does not support Filter Sets. This feature is only available in the full version. Filter sets in GravityExport allow you to configure multiple reports for a single form with

  • How to automatically approve an entry when submitting the form

    Prefer to Watch the Video? By default, when submitting the form, the initial approval status is set to "unapproved", which means this entry hasn't been approved or disapproved yet. The unapproved

  • Embedding the Edit Entry form into a Page or Post

    Since GravityView version 2.14.6 it is now possible to embed the Edit Entry page directly into a Page or Post by using the [gventry] shortcode. Now it's possible to create a truly "Edit Your Profile"

  • Disabling the Create a View menu

    If you would like to remove the "Create a View" menu from the Gravity Forms form toolbar, add this code to your site's functions.php file: remove_filter( 'gform_toolbar_menu', array(

  • Image charts for GravityCharts

    This feature is currently in beta! If you encounter any issues, please let our support know. The GravityCharts "Image Charts" feature (currently in beta) is powered by QuickChart. These images of

  • Can I disable the Map It link?

    The gform_disable_address_map_link filter will prevent the "Map It" link from appearing when displaying the Address field on a View. Documentation for this filter is available on the Gravity Forms

  • Calendar: The Difference Between Subscribing and Downloading Events

    The Calendar Link and Calendar Button blocks have a setting called "Link Type". The options are Subscribe and Download. What does this mean? “Subscribe” Link Type When new entries are submitted to

  • How to delete the GravityView data when the plugin is uninstalled?

    Since version 1.15. By default, whenever you update or deactivate/delete/re-install manually the plugin, the GravityView data like the settings, the Views, the entry approvals (stored as meta), and

  • Post Image Meta information: Title, Caption and Description for the Post Image field

    This article applies to GravityView 1.1.7 and newer. Gravity Forms allows you to define Image Meta for Post Image fields. They enable users to enter additional information about the uploaded image.

  • Creating an image gallery (displaying images in a grid)

    If, after following the tutorial below, you can't get the images to open on a lightbox, then please read here how to fix that: Fix lightbox links not being added to images. If you have many images

  • (Advanced) How to modify what fields are shown in GravityRevisions

    You may want to exclude specific fields from appearing in GravityRevisions notifications. For example, suppose the following: For example, if you have fields that get updated but that the user should

  • Sorting by Name isn't working

    If sorting your View by "Name" isn't working, it's usually because the "Name" field on your form is set up as a Single Line Text field type. Sorting by first or last name requires the form to have a

  • "Cheatin' Uh?" message is displayed when editing a View

    This error is caused by plugin conflicts. Here's how to identify the conflicting plugin: Disable all plugins, except for Gravity Forms and GravityView Re-enable plugins one at a time, checking to see

  • Images on the View are upside down, rotated or flipped

    That's a problem with an image metadata called EXIF. When this image was uploaded to your WordPress (or a Gravity Forms form), this EXIF metadata wasn't properly transferred or was even stripped down

  • Shortening the displayed URL in a Website field

    If your entries have long URLs, they can look bad when displayed in a View. GravityView offers a Website field option named "Shorten Link Display," which allows you to change a long, ugly URL to a

  • Working with Field Labels (column headings)

    What is a field label in GravityView? In Table and DataTable layouts, the label for a field is displayed as the column headings. In Listing layouts, the label is shown above the entry value.

  • {date_created} Merge Tag

    The {date_created} Merge Tag allows you to display the date an entry was created. By default, the {date_created} Merge Tag will format the entry using the WordPress "Date Format" setting from the

  • How to rename the Update and Cancel buttons on the Edit Entry page

    It's possible to customize the labels of the Update and Cancel buttons on the Edit Entry page: This code snippet helps you do that: add_filter( 'gravityview/edit_entry/button_labels',

  • Using the Custom Content Field

    Note: Custom Content fields are not sortable. The GravityView Custom Content field allows you to add plain text, HTML, shortcodes, or merge tags to your View layouts. To get started with Custom

  • Removing the custom content when the merge tag is empty

    If you added a Custom Content field to your View and its content depends on a Merge Tag (relative to an entry's field), you probably would like to not show anything in case that entry's field is

  • How to Connect GravityView With Zapier Using Uncanny Automator

    Zapier is a service that connects different applications and allows you to create automated workflows. In this article, we'll show you how to connect your GravityView app with Zapier using the

  • Styling the Buttons on the Edit Entry Page

    Note: For an in-depth tutorial, including CSS examples, see our blog post How to Style the Buttons on GravityView's Edit Entry Page. The Edit Entry page contains three buttons - “Update”, “Cancel”

  • Displaying a Calendar

    If you haven't already, please create a calendar first. You can display the calendar on your site using many ways: Shortcode WordPress widget Gutenberg block GravityView widget Shortcode To access

  • Prevent GravityView from loading its CSS styles

    If you want to apply your own CSS styles to your Views and stop bothering with the default styles loaded by GravityView then that can be easily achieved with the code snippet below: add_action(

  • Creating a review/voting system by embedding a form into a single entry

    Having problems or feeling constrained by the Ratings and Reviews missing functionalities? Then please check this alternative solution.

  • The {get} Merge Tag

    The {get} Merge Tag allows you to capture or display information from a URL parameter. Example URL: https://site.try.gravitykit.com/view/tasks/?first=name The {get} Merge Tag can be used inside

  • Using the [gvlogic] shortcode

    There's a much easier way to achieve the same results demonstrated on this page called "Field Conditional Logic". Dynamically show or hide content If you only want to show content if the value

  • Configuring Delete Entry

    When editing a View, go to the Settings box and click on "Delete Entry". Check the "Allow User Delete" checkbox This will add a "Delete" button next to the "Update" and "Cancel" buttons in the Edit

  • Displaying Edit Entry and Delete Entry links as icons

    By default, GravityView shows Edit Entry and Delete Entry fields as text links. If you want to show the fields as icons, then you're in the right place! We'll change the Edit Entry and Delete Entry

  • Can I use GravityView to edit Custom Post Types?

    GravityView allows you to edit Posts created by a form when Post Fields are used. GravityView can also modify Custom Post Types created with a form. However, only CPTs created with this plugin are

  • Entry moderation Merge Tags

    To enable users to moderate entries from emailed notifications, you can use entry moderation Merge Tags, added in GravityView 2.17. The Merge Tags are replaced in the notification emails with links

  • Front-end entry approval

    GravityView has always allowed you to choose what entries to show and hide from the Dashboard. Since Version 1.19, GravityView also allows you to approve and disapprove entries from the front-end

  • The View Settings Meta Box

    Prefer to Watch the Video? Below the View editor, you'll see a Settings meta box that allows you to customize and modify different aspects of your View. Some of these settings are important for

  • How to get the ID of the entry on Edit Entry page?

    Use the following function to get the currently-edited entry: gravityview()->request->is_edit_entry(). It will return false if not on the Edit Entry screen, or it will return a \GV\Entry object. Once

  • About the `secret` shortcode attribute

    With WordPress shortcodes used to display Gravity Forms data, there's a risk that unauthorized users may guess feed IDs, gaining access to data they shouldn't see. In environments where users have

  • GravityEdit: How to Enable for GravityView Views

    To enable GravityEdit on your View, you must first download and install the plugin. This plugin is only available for owners of the All Access license. You can upgrade and pay the difference if you

  • Modifying Search Bar Inputs

    The Search Bar input fields can be customized using several filters that are available in GravityView. Searchable Fields By default, all fields except File Upload, Post Image, Post ID and Section

  • I want to translate GravityView (or another GravityKit add-on)!

    That's great! We look forward to having your excellent translations as part of GravityKit. Please visit this page to learn more and to sign up.

  • How to manually trigger a GravityExport Save Feed

    You can manually trigger a GravityExport Save feed by calling a public URL. If you want to trigger the feed to run on a schedule, you can do so using a cron job (more on this below). When creating a

  • Merge Tag modifiers

    GravityView heavily uses Gravity Forms Merge Tags; they're very powerful. To enhance Merge Tags, GravityView adds additional "modifiers" that allow you to format Merge Tags differently. GravityView

  • Linking to a Single Entry

    The Single Entry page shows more detailed information about a particular entry. You can create links to the Single Entry page from the Multiple Entries screen. If you haven’t configured the Single

  • The {gv_entry_link} Merge Tag

    This Merge Tag doesn't work inside form notifications. The {gv_entry_link} Merge Tag is very similar to the [gv_entry_link] shortcode, but it has limited options and it only returns a URL:

  • Customizing emails sent by Entry notes

    GravityView allows you to display, add, and delete entry notes from the front end of your website. You can also email a copy of the recently-added note to another person: Here's how that email (from

  • Changing the Single Entry view title

    You may want to define a different title for your single-entry layout instead of having the same title as the multiple entries layout. Choose a different single-entry title in the View settings To