snippet-library icon indicating copy to clipboard operation
snippet-library copied to clipboard

A library of powerful code snippets to help you get the job done with Gravity Forms and Gravity Perks.

Results 105 snippet-library issues
Sort by recently updated
recently updated
newest added
trafficstars

## Context ⛑️ Ticket(s): https://secure.helpscout.net/conversation/1991241515/38165?folderId=3808239 ## Summary Reprocess calculated values in a Nested Form when using the `gpnf-override-parent-merge-tag-on-submission.php` snippet. The calculated fields can be excluded using `$exclude_field_ids`.

## Context ⛑️ Ticket(s): https://secure.helpscout.net/conversation/1995676904/38291 ## Summary Customer wanted to use the `{post_permalink}` merge tag for a post created by the Gravity Forms Advanced Post Creation add-on. This PR makes...

## Context ⛑️ Ticket(s): https://secure.helpscout.net/conversation/1992124058/38187?folderId=14964 The snippet wasn't setting the value property of the choice-based field when populated. When a multi-select field is used, it displays the value property of...

## Context ⛑️ Ticket(s): https://secure.helpscout.net/conversation/1980114178/37733?folderId=3808239 ## Summary Merge tags such as `{:4:index[0],filter[3]}` were not working for Product fields in Nested Forms, including user-defined and single products.

## Context ⛑️ Ticket(s): https://secure.helpscout.net/conversation/1984777991/37879 ## Summary When using our [GPEP Edit Entries](https://gravitywiz.com/edit-gravity-forms-entries-on-the-front-end/) snippet, inventory reserved by entry being edited was not released, allowing the user to change their selection...

## Context ⛑️ Ticket(s): https://secure.helpscout.net/conversation/2544365356/63530?folderId=7098280 ## Summary The original logic to check for AMPM is to see `$inputs.length === 3`. There are 3 visible fields, one for the HOURS, one...

bug

Fix validation error for the decimal quantity field when the value starts with the decimal sign (dot/comma). As can be seen in the screenshot below, form validation fails for a...

⛑️ Ticket(s): https://secure.helpscout.net/conversation/2535376039/63084 ## Summary Add support for `WP_Term` object.

## Context ⛑️ Ticket(s): https://secure.helpscout.net/link/to/conversation 📓 Notion: https://notion.so/link/to/card 💬 Slack: https://slack.com/link/to/thread-or-message ## Summary The current snippet can only remove integer quantities from the cart. It is however possible to have...

## Context ⛑️ Ticket(s): https://secure.helpscout.net/link/to/conversation 📓 Notion: https://notion.so/link/to/card 💬 Slack: https://slack.com/link/to/thread-or-message ## Summary i18n is crucial when developing WP plugins :). This fix provides a better character count. As simple...