Search results for export

100 articles found

  • What is this GravityKit charge on my bill, and do I need it?

    If you've received a charge from GravityKit and aren't sure what it's for, you're in the right place. This often happens when a developer or former employee set up your website and the subscription

  • 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"

  • Changing the File Format of a Report by Adding the File Extension to the URL

    To change the file format of a report, all you need to do is add your desired file extension (".pdf", ".csv", or ".xlsx") to the end of the download URL. Note: This works with any download URL

  • GravityExport: The "Enable multi-row splitting" setting

    By default, values for fields like the Gravity Forms "List" field or the Gravity Perks "Nested Forms" field get combined into one cell during export. This is often not useful, especially for data

  • Filtering entries included in a GravityExport download

    By default the plugin will download all entries, and that’s probably what 99% of the people using this plugin want. The normal export function of Gravity Forms on the other hand has a filter GUI, so

  • Getting a 404 error when accessing CSV endpoint

    In Version 2.1, GravityView added the ability to export a CSV of View results. The CSV can be accessed by adding "/csv/" to the end of the View URL. Before: https://example.com/view/my-example-view/

  • Changing labels in GravityExport

    A common thing is to change the label for a specific field for the export. You can override the label by hooking into the gfexcel_field_label filter. The field object is provided as parameter, so you

  • 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

  • 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

  • Changing the orientation of a PDF from portrait to landscape

    If you are using the DataTables layout, it's possible to export your visible entries to a PDF. By default, PDFs are rendered in portrait mode (vertically). If your View has lots of columns, this

  • Changing values in GravityExport

    So every once in a while, you’ll run in to a scenario where the output of your export shouldn’t be the same as what is stored in the database. Perhaps you need to prefix the value, or rather then AM

  • Restricting file access in GravityExport & GravityExport Lite

    GravityExport Lite provides built-in options to control access to download URLs, ensuring that your exported entries remain secure. Here’s how you can restrict access: 1. Download Permissions

  • Connecting FTP to GravityExport

    Note: GravityExport Lite does not support FTP export. This feature is only available in the full version. GravityExport allows you to save entries to a remote FTP server. Follow these steps to

  • GravityExport field: NotesField

    There is no notes field. But we do (sometimes) have notes associated with the entry. The NotesField adds these notes to the output by merging all notes into one cell. Filters

  • About GravityBoard Checklists

    This guide covers everything you need to know about using checklists in GravityBoard, from basic setup to advanced features. Table of Contents Overview Enabling Checklists Checklist Permissions Using

  • How to Clean Up GravityImport Database Tables

    GravityImport uses two database tables to track import progress and enable rollback: wp_gv_importentry_rows stores a copy of the CSV data for each import batch wp_gv_importentry_log stores operation

  • What are View widgets useful for?

    GravityView widgets guide Widgets enhance your View by adding tools that help visitors search, filter, paginate, and navigate through entries. Widgets appear above or below your entry listings and

  • Why you should avoid using List fields in your form

    The List field in Gravity Forms is a handy way to let users add multiple rows of related information without having to create dozens of separate fields. It’s quick to set up, keeps your form compact,

  • Where to find GravityKit demos

    If you want to explore GravityKit plugins in action, you can try out our live demos. These demos let you see how each plugin works before you install it on your own site. Links to GravityKit Demos

  • Comparing GravityView’s View Layouts

    Once you’ve created a new View and linked it to an existing form in Gravity Forms, the next step is to choose a View layout. Depending on your license, you can choose from up to 5 different layouts.

  • How to Get the Most Out of GravityKit Support

    We aim to make every support interaction as efficient and helpful as possible. The steps below aren’t required, but sharing this information often helps us speed up the process and get you the

  • GravityBoard Developer Docs (Hooks & REST API)

    GravityBoard provides hooks that developers can use to extend or modify functionality. Actions and Filters GravityBoard provides hooks that developers can use to extend or modify functionality.

  • Calendar Shortcodes

    As of version 2.0, GravityCalendar now supports four different shortcodes. Each shortcode requires the id parameter to work. [gravitycalendar] This shortcode allows you to embed a calendar on your

  • Modifying the Default View Settings

    The gravityview/view/settings/defaults filter lets you customize the default settings applied to new Views. This is useful for enforcing site-wide standards like security settings, display

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

    Check out this blog post that uses the same tips from this article: How to build a photo contest site on WordPress using Gravity Forms and GravityView. Because GravityKit's Ratings & Reviews

  • DataTables Data Processing Mode (AJAX or Preloaded)

    AJAX ("server-side") processing calls the website every time there is a change in search, sorting, or paging. Preloaded ("client-side") processing pulls in all of the data during the initial load.

  • Getting started with PDF for GravityView

    PDF for GravityView is an extension that allows you to export PDFs of your Single Entry layouts. You can also share PDFs over email. This powerful extension was developed by Gravity PDF, another

  • Formatting an address in GravityExport

    By default an address field is rendered by adding every value on a newline. Something like: Address 1 City State Zipcode Country This is not always what you want. Let’s rearrange it a bit to be more

  • Importing List fields into existing foms

    For single-column List fields (default): Select the List field from the "Import To…"dropdown list: For multiple-column List fields: When Gravity Forms exports list fields, each row of the field will

  • Redirect to GravityView

    Learn more about GravityView, the best Gravity Forms add-on for displaying, exporting, and editing entries on the front end.

  • How to disable GravityView email encryption

    To disable email encryption (also known as "obfuscation"), open the Email field settings while editing a View, scroll to the Advanced section, uncheck Encrypt Email Address, then update your View.

  • GravityExport field: SectionField

    A form can be split up in to multiple sections. These sections actually are fields, and they CAN be exported. But by default the plugin disables this. This class is responsible for fixing that. There

  • 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

  • Capabilities necessary to import entries

    Please see this other article if you wish to restrict access to the Import Entries page. These are the minimum capabilities necessary to allow a WordPress User to import entries using our

  • 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,

  • Customize Download URLs in GravityExport

    GravityExport lets you securely share form data via downloadable URLs. By default, these URLs include the slug gravityexport, making them look like:

  • Getting Started With the DataTables Layout

    In this article, we’ll show you how to get set up with the DataTables Layout. Prefer to Watch the Video? Installing the DataTables Layout You can install the DataTables Layout from inside WordPress.

  • How to restrict access to Import Entries

    It's easy to give access to a custom user role to import entries by adding some capabilities to that role. But if you want to restrict access to the Import Entries tab in the Import/Export page of

  • GravityKit Add-On Shortcodes (a complete reference)

    This guide is your quick-reference library for all GravityKit shortcodes. Shortcodes let you display Views, charts, calendars, and more, right where you need them. For each shortcode, you’ll see a

  • Importing dates in UTC timezone

    Gravity Forms stores the created, updated and payment dates in the Coordinated Universal Time (UTC) timezone. GravityImport allows you to set those 3 dates to a value of your choice and will

  • 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

  • Error: CSV file failed to upload

    GravityImport allows CSV file uploads automatically, even if your WordPress site restricts certain file types. If you're seeing this error, try the following troubleshooting steps. Error message 1.

  • Create a new form in Gravity Forms from a CSV

    GravityImport allows you to create a new form when uploading your CSV file. This can save you time when you need to build a new form for a large data CSV. The New Form functionality is also great if

  • Getting started with GravityExport

    This article will explain how to get started using GravityExport. Prefer to watch the video? 1. Download and install GravityExport Lite The full version of GravityExport requires you to have the Lite

  • Import CSV to Gravity Forms with Import Entries 2.0

    Import Entries 2.0 is hands-down the best and most powerful way to import a CSV into Gravity Forms. Version 2.0 of Import Entries is rewritten from the ground up for reliability and ease of use.

  • GravityImport Developer Hooks

    This document contains a complete list of past and present actions and filters in the GravityImport plugin. Filters gravityview/import/meta_fields Filter the known meta fields. This is useful for

  • Why is my form creating WordPress posts?

    If you're seeing unexpected posts appearing in your WordPress Posts section after form submissions, your form likely contains one or more Post Fields. What are Post Fields? Post Fields section in the

  • GravityView CSS guide

    This guide covers the HTML structure and CSS classes for all GravityView layouts. It is designed for developers who want to customize the appearance of GravityView Views using CSS. Table of contents

  • GDPR and GravityView

    Note: This post does not constitute legal advice. What is the GDPR? The General Data Protection Regulation (GDPR) is a European Union regulation designed to protect private Personally Identifiable

  • Getting Started with GravityImport: How to Import Entries into Gravity Forms

    GravityImport is the best way to import data into Gravity Forms from a CSV. We’re the only Gravity Forms Certified Add-On for importing entries from CSV. The easy-to-use interface makes it easy to