gravity-pdf
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.
## Description This PR should solve the issue #1406. - I have added `$form` and `$entry` to View_PDF's `load_core_template_styles` method. This will enable us to use `process_tags`. - Added an...
## Description Solves PDF generation problem when using the Nested Forms add-on with Gravity Forms Columns when using a lot of repeater data. This problems stems from the fact that...
Create a separate method that returns our `errors` and `notices` messages exclusively to Gravity PDF pages. NOTE: This may need some improvements on how to properly initialize the Helper_Notice class...
**Description** When using the [Background Image feature](https://docs.gravitypdf.com/v6/users/setup-pdf#background-image) with a merge tag in the value, it is [automatically stripped out when output](https://github.com/GravityPDF/gravity-pdf/blob/development/src/View/html/PDF/core_template_styles.php#L69) in the PDF via `esc_raw_url()`. **Step To Reproduce** Steps...
**Description** There are a number of missing conditional options missing from Gravity PDF's Conditional Logic feature that can be found on the Entry List search list. For example, we are...
## Description This PR registers two new choices in the conditional logic selector: 1. Payment Status 2. Payment Amount I've opted not to include additional entry meta like Entry ID,...
**Description** When the background processing feature is enabled in Gravity PDF and a Notification is sent using the Woo GF add-on after checkout via the `GFAPI::send_notifications()` API, a critical error...
**Description** This is a race condition bug of sorts and can occur if someone opens the form editor in one browser tab and then opens the PDF settings in another...
**Description** Add a new modifier to the PDF merge tag so a PDF URL can be successfully passed as a URL parameter. This cannot currently be done if the website...
**Description** In v6.4 we changes the documentation and notified existing users that custom templates should follow the naming conversion `[A-Za-z0-9_\-].php`. Update the code in Core to validate this naming convention...