Search results for export

84 articles found

  • REST API Endpoints

    GravityView 2.0 features a new simple but powerful REST API that allows read-only access to Views and Entries. There are four endpoints in the /wp-json/gravityview/v1/ namespace: /views Returns a

  • DataTables Excel Export - How to remove HTML tags from the export

    By default, DataTables include HTML tags in an Excel export if you have links or text styles on your View columns. With the help of the code snippet below, you'll be able to remove those tags from

  • DataTables PDF Export - How to display images

    By default, DataTables does not include images on a PDF export. With the help of the code snippet below, you'll be able to display images on your PDFs.

  • DataTables PDF Export - How to display links

    By default, DataTables does not include links on a PDF export. With the help of the code snippet below, you'll be able to display working links on your PDFs. A sample View containing links in some

  • DataTables Excel Export - How to display URLs

    By default, DataTables does not include links on an Excel export. With the help of the code snippet below, you'll be able to display URLs on your Excel export files.

  • How to customize the Excel export file name

    When exporting your DataTables View to an Excel file, the default file name combines the View name and your website name. Add your preferred file name on line 3 between the single quotes: add_filter(

  • Changing the style of the export buttons in DataTables

    Sometimes you want to change the style of the export buttons to match the style of your theme. While we don't provide CSS support, here are two classes that can quickly help you modify those styles:

  • DataTables PDF Export - How to include a company logo

    Adding a company logo to the top of a PDF generated by DataTables is a nice way to make the export looks more professional. With the code snippet below and the assistance of an online tool that

  • GravityKit PDF export capabilities vs Gravity PDF and Fillable PDFs

    We often get questions about exporting Gravity Forms entries to PDF. In this article, we will briefly discuss the PDF export capabilities of GravityKit plugins and contrast that with two other

  • Attaching an entry export to a notification using GravityExport Lite

    GravityExport Lite, our free plugin that can be downloaded directly from the WordPress Plugin Repository, has this fantastic feature that allows you to attach the export of your newly created entry

  • How to export all forms in bulk to an Excel spreadsheet

    GravityExport Lite allows you to easily bulk export all of your forms into a single Excel spreadsheet. Here's how it works: Inside the Forms menu of Gravity Forms, click on the Forms page. Click on

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

  • Exporting all fields to CSV

    When exporting entries to CSV, only the fields configured in the View will be exported to your CSV file. You can export all the fields from your form, however, by creating a View that includes all

  • GravityExport: Exporting only one entry

    Sometimes, you only want to export one specific entry or add a link to a notification to export the latest entry. This is possible by adding the entry parameter to the Download URL. By adding the

  • Importing and Exporting configured Views

    Exporting Views You can export GravityView Views just like you can export Posts in WordPress: Sign in to your WordPress Admin Click on Tools Under Tools, click on Export Select the Views radio button

  • 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

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

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

  • 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

  • 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

  • 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

  • How Is GravityExport Lite Different From GravityExport?

    You may be wondering what the difference is between GravityExport Lite and GravityExport. GravityExport Lite Free to use GravityExport Lite is a free plugin and can be found in the WordPress Plugins

  • GravityExport FAQ

    Q: Which version is free and which version is paid? GravityExport Lite is free. GravityExport is a paid add-on from GravityKit. Q: Is GravityExport Lite required for GravityExport? Yes, GravityExport

  • GravityExport field: ProductField

    Gravity Forms’ default export isn’t always consistent or useful for Excel. That’s why we’ve created this class. It is responsible for these fields: singleproduct and calculation . Both of them are

  • GravityMigrate hooks

    Filters gk/gravitymigrate/export/batch-size Filters the number of records processed for export at a time. Lower this number if you are running into performance issues. Parameter Type Description int

  • 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 trigger a GravityExport Save Feed with a webhook or cron job

    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", an automated script (more on this

  • 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

  • GravityExport Filters

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

  • GravityExport field: FileUploadField

    If you want to disable the upload fields from the export, you can disable this via a setting on the General Settings page. Of course, nowadays, you can just disable specific fields on the form

  • How to import data from a MySQL database

    By downloading your database table as a CSV file, you can import it to Gravity Forms using GravityImport. Watch this video for a full tutorial on how to do this: This article is based on the video

  • GravityExport field: MetaField

    Gravity Forms adds some data on top of the fields in a form. Things like an IP address, a timestamp, etc. All this meta data is being provided by a single meta field. Therefor we created this

  • GravityExport field: DateField

    A Gravity Forms date field has an option to format the date according to your preference. Unfortunately, the export functions do not honor this setting. Therefore, this class was created to fix that

  • Migrating GravityKit demos to your own website

    Prefer to watch the video? The GravityKit demo showcase includes several powerful demo applications that we created to showcase the functionality and flexibility of our add-ons. Many of these demos

  • How to add a PDF download link to your View

    If you are using Gravity PDF to generate PDF files after form submission, then you can easily add a link to your View to let users visualize or download these PDFs. Read more about this here. NEW:

  • Importing List fields into a new form

    For single-column List fields (default): Select the List field from the "Import To…"dropdown list: Entry Importer will take care of the import from there! For single-column List fields, you don't

  • 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

  • How GravityBoard syncs to Gravity Forms

    This article will explain how changes you make in GravityBoard reflect in Gravity Forms. Each card on a board represents a Gravity Forms entry. Board lanes are mapped to a Select or Radio Buttons

  • GravityExport field: ListField

    The list field (ListField) is a bit of an annoying field to export. The reason for this is that a user can import multiple values, but every entry only has one row. To make matters worse, you can

  • Buttons (DataTables Setting)

    Display buttons that allow users to print or export the current results. Print The "Print" button opens a new window for the user, generates a table with a copy of the data from the original table,

  • Updating existing entries with the GravityImport plugin

    In addition to creating new entries, the GravityImport plugin does allow you to update existing entries. Beware! When updating an entry, the existing entry will be entirely overwritten, not only the

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

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

  • 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

  • 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

  • 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

  • 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