gravity-pdf icon indicating copy to clipboard operation
gravity-pdf copied to clipboard

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.

Results 116 gravity-pdf issues
Sort by recently updated
recently updated
newest added

Right now we use a direct link to the uploaded files. Look at swapping to the secure URL instead.

Enhancement
Backend

## Description Create new directory and Renamed test-action.php to ActionTest.php. Unload WP_UnitTestCase and define it as \WP_UnitTestCase on ActionTest class. ## Testing instructions ## Screenshots ## Checklist: - [ ]...

## Description Converts/Refactor all AJAX calls to WP Rest API Calls. API Endpoint Document can be found [here](https://docs.google.com/spreadsheets/d/1wn20vvPv9fIJhnGi5Y5R1GwI2FvERgDRsJli2stLj1c/edit#gid=1420325202) for reference Resolves [886](https://github.com/GravityPDF/gravity-pdf/issues/886) ## Testing instructions This is WIP ## Screenshots...

**Description** On this case, there is Suffix and Prefix included on the merge tag dropdown which does not exists on form. Leaving a blank PDF filename on Entries -> View...

Needs Documentation

**Description** A user reported a problem saving the global PDF settings. Upon investigation, it was found the `gfpdf_settings` value was set to an empty string, instead of an array. This...

Bug

Look to add: - [x] CRUD for Form PDF Settings + template schema - [ ] PDF Preview endpoint for Form PDF Settings - [ ] PDF Generator endpoint for...

Enhancement
Needs Documentation

The `deprecated.php` file is getting hard to understand. Split it up into individual files instead.

Enhancement

Running v1.0-beta-4.95. Large Gravity Form sample here: http://training2.local.local:8080/wp-admin/admin.php?page=gf_entries&id=512 Do profiling.

Bug

Add support for the `{Parent}` merge tag added by Gravity Wiz's Nested Forms plugin. Working prototype below: ``` /* Process Gravity Perks Nested Forms {Parent:#} Mergetag */ add_action( 'init', function()...

Enhancement

This would be a simple way to output the field HTML mark-up we would use in the PDF. We could add an optional parameter that either outputs the inner field...

Enhancement