Search results for Gravity Forms Import Entries

473 articles found

  • Changing the "You are not allowed to view this content" text when an entry is pending approval

    If you're using GravityView to create user profiles and you have your View set to show only Approved entries, a user will see the following message if they attempt to view their profile before the

  • Changing the orientation of a PDF from portrait to landscape

    If you are using the DataTables View layout, you export your visible entries to a PDF, however, this PDF is formatted in portrait mode. If your View has lots of columns, this portrait mode can't

  • Grouping rows by common field values

    In this article, we will show you how to group rows by common field values in DataTables. Start by enabling the "RowGroup" feature. You can find this option by navigating to the View editor,

  • How can I make the marker link to open in a new tab?

    Since version 1.3.2 By default, the map markers' links in the multiple entries view open in the same tab (links to the single entry view). It is possible to change the default behavior using the hook

  • How to disable the "Loading data" message

    If you are using the DataTables extension and would like to disable the display of a 'processing' indicator, like the message "Loading data..." when the table is being processed (e.g. a sort), then

  • Is it possible to redirect the user to a specific page after deleting an entry?

    It's not yet possible to change the location of the redirect after an entry has been deleted. We hope to implement this feature in a future version of GravityView.

  • The {approval_status} Merge Tag

    In GravityView, entries have three approval options: "Approved": The entry has been approved "Disapproved": The entry has not been approved "Unapproved": The entry has not yet been reviewed You can

  • Getting Started With the Social Sharing & SEO Extension

    In this article, we’ll show you how to get set up with Social Sharing and SEO extension. Prefer to Watch the Video? Installing the Social Sharing & SEO Extension You can install the Social Sharing &

  • Enabling the table column sorting feature

    This feature is available for GravityView 1.7+ The table column sorting feature is the possibility to order the view entries by clicking on the column header sorting arrows. Clicking one time will

  • Setting up SEO for Views with Yoast SEO

    Note: The latest version of our Social Sharing & SEO requires Yoast SEO version 14.7 or newer to be installed. Prefer to Watch the Video? After installing and activating the Yoast SEO plugin, you

  • Signing up for a Google Maps API Key

    Notice: An API Key is required for Google Maps. You can read more about this Google guideline here. This how-to will walk you through signing up for a Google Maps API Key and adding that setting to

  • Linking to search results

    If you want to link to search results, it's simple: configure the Search Bar, perform a search, then copy the URL of the search results. First: Configure the Search Bar Add any fields you want to

  • Using a range to search numeric fields

    GravityView Version 2.22 supports the use of numeric ranges to search within Number, Product (user-defined price), Quantity, and Total fields. This allows for more precise filtering by enabling users

  • How to fix Open Graph meta tags for single entry pages when using the WordPress SEO plugin

    This article is deprecated: this functionality exists in Social Sharing & SEO extension. This article is meant to help you fix the Open Graph metatags of the Single Entry screen when using the

  • Can I use Maps to autocomplete addresses on my form?

    Yes! In GravityView Maps version 3.0, a new setting in the form editor for the address field was introduced called "Enable geolocation autocomplete," which allows address autocompletion when filling

  • Styling the Search Bar Widget

    GravityView includes a Search Bar widget that you can add to your View to improve your navigation among entries. Sometimes you may need to override the search bar default styling by adding your own

  • Pre-filtering results on a View

    There are two ways possible to pre-filter your View results: 1. By using the `search_field` and `search_value` parameters from the [gravityview] shortcode Pros: Ability to change the value used to

  • Reserved URL Slugs

    What to do if you see this warning: You should rename your page's URL Slug to avoid using reserved keywords as your URLs. (Learn what terms are reserved below!) How to update the URL Slug You can

  • Calculating a person's age based on a date field

    Ever wanted to calculate someone else's age based on a date field? That's possible using the [gv_age] shortcode. Shortcode Parameters The [gv_age] shortcode requires two parameters to calculate age.

  • Enable Auto-Update (DataTables Setting)

    The "Enable Auto-Update" setting controls whether DataTables refreshes its data automatically on a schedule. The uses for this are limitless: display new donations on a live donation leaderboard,

  • Sorting by multiple columns

    Setting the default sort order You can sort by multiple fields by modifying the Secondary sort setting for a View. When editing a View, scroll to the bottom of the editor to find the Settings box

  • How to Setup the Ratings & Reviews Extension

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

  • Error: Arguments not allowed here: rest_route

    If you are using the default WordPress Permalink structure, you may see the following error when using the GravityImport plugin: If you encounter this error, please go to Settings -> Permalinks from

  • Error: Server returned an empty response

    If you experience the following error message: Server returned an empty response. This usually means you have a caching issue. It could be related to a caching plugin installed on your website or

  • Configuring the Search Bar

    GravityView's Search Bar allows for some great configuration options. Click "Add Widget" button If you're creating a new View, you will need to Start Fresh or choose a Data Source before you can see

  • Styling PDF file exports

    GravityExport gives you full control over the look and feel of PDF file exports. Before the PDF is rendered, an HTML table is constructed: <table border="0" cellpadding="0" cellspacing="0"

  • Calendar Blocks

    GravityCalendar 2.0 adds two new blocks to WordPress: The "GravityCalendar Buttons" block and the "GravityCalendar Link" block. You can see all calendar blocks by editing a page/post using the block

  • Customizing URLs

    This is an advanced customization. Only continue if you are a developer. By default, GravityView uses example.com/view/entry/123/ the URL structure, where 123 is the ID of the entry. The parts of the

  • Why doesn't my DataTables sort correctly?

    Is the sorting column configured in the View? You need to make sure the column used to sort is also displayed in the view. So, if you configured the view to sort by the Entry date ( the date when the

  • Adding RTL (right-to-left) text support to a field

    GravityView is already RTL ("Right to Left") compatible; however, you might want to add this particular support to a particular field, so here's how to proceed. Add the following CSS class to your

  • How to change the CSV delimiter

    GravityImport will automatically try to detect the four commonly used delimiters: \t (tab), | , ; , and , (serves as the default delimiter when none can be detected). You can also specify a custom

  • Removing the striped background from DataTables

    If you wish to remove that white-blue striped background from your DataTables Views, then you'll need this custom CSS style: .gv-container div.dataTables_scrollBody { background: none !important; }

  • How to remove the all-day text in the calendar list layout

    If you are using one of the List layouts in your calendar, you might want to hide the all-day text that shows up. In order to hide that information, you'll need to add a code snippet to your website

  • Naming Your Field Columns

    When importing your file, GravityImport can auto-map headers to fields with the same label (using the "Map Exact Matches" button). Some fields with multiple inputs have different field naming

  • Where to put code samples

    On this Knowledge Base website, you'll see many code samples that allow you to modify GravityView functionality. There are two ways of adding code to your website: Via a plugin Via the functions.php

  • Displaying the text label (not the value) of a dropdown field

    The default behavior of GravityView is to display the value (not the label) of a selected option in a dropdown field. To change this behavior for all your Views, just place the following code into

  • Disable Wrapping Images with a Link

    For Version 1.5.1+ By default, GravityView wraps images in a link. This link references the original image by default. If you would like to disable this functionality, use the

  • You don’t have permission to edit this post.

    If you see the You don’t have permission to edit this post. error message on GravityView's edit entry page, it means you are using Post Fields on your form, and you are currently logged in with an

  • Add calculations to blog posts

    You can use the [gravitymath] shortcode in your website's post or page content as well. Insert the shortcode, and it will be dynamically replaced! Insert calculations into the post content The

  • How to Embed Charts on Your Website

    There are three different ways to embed a chart on your website with GravityCharts: By using a shortcode: The [gravitycharts] Shortcode; By embedding an image of the chart: Image charts for

  • The {is_starred} Merge Tag

    Added in GravityView 2.14, the {is_starred} Merge Tag will show whether an entry has been. If an entry is starred, {is_starred} is replaced with 1. If an entry is not starred, {is_starred} is

  • Bulk Edit Step: What will happen to my old field data?

    Existing values will be overwritten with new values you define here. If you leave the field blank, field values will be deleted. 🚨 Edits are final! Once you process a bulk edit, previous entry data

  • The [gravitycharts] Shortcode

    The [gravitycharts] shortcode enables embedding a GravityCharts chart into post or page content. The following parameters are available: Name Description Required? id The ID of the chart feed to

  • DIY Layout: Remove the "Go back" link

    If you want to remove the "Go back" link from the Single Entry layout in the DIY layout, use the following code: add_action( 'gravityview/template/before', function() { remove_action(

  • How to embed a View inside another View

    GravityView version 2.19 introduced an easy way to embed Views inside the Single Entry layouts of a View by using a new "GravityView View" field in the View editor: Once the field is added, you can

  • Modifying the CSS of Front-end approval

    Front-end Approval requires GravityView Version 1.19 or newer Overriding the CSS If you want to use your own CSS file instead of the bundled file, there are two ways: Place a CSS file named

  • How to modify the settings for the Post Content edit field

    GravityView uses the wp_editor() function provided by WordPress to enable rich text editing when editing the Post Content field. See what settings are available If you want to modify the

  • Widget shortcodes

    You can use the shortcodes below to embed View Widgets. The [gravityview_widget_pagination_info] shortcode The Show Pagination Info widget Outputs Displaying X-Y of Z results text. Not visible on

  • Make "Map It" links open in a new window

    Address field type supports the Show Map Link option to display a "Map It" link below the address, which by default open a google maps located in the entry address, in the same window. If you want

  • How to show markers from multiple address fields on a map

    GravityView Maps can display markers for more than one address field. This allows you to put multiple markers on a map for a single entry. If a business has 10 locations and you have 10 address