Gravity Wiz Weekly #106
Happy Valetine’s, wizards! π
I hope it was a good one! For once, I had all of my Valetine’s arrangements secured before the day. And they say you can’t teach an old wizard new tricks. π
Don’t have much to share today besides another ridiculous wagonload of free resources and fresh updates. But you wouldn’t be interested in those, would you? Oh, you are? Then read on!
Resources
How to Update Posts with Gravity Forms
Looking for a simple way to update a post with a Gravity Forms submission? We’ve just added support for updating custom fields too!
Disable Word Count Limits for Logged-in Users
GP Word Count makes it easy to count, display, and limit the number of words that can be entered into a field. Use this snippet to disable those limits for logged-in users. Think membership benefits!
Display Terms Hierarchically
Populate Anything is the easiest way to populate terms (and anything else) into your Gravity Forms. Use this snippet to display your terms hierarchically allowing using to more easily understand their relationships.
Snippet Library Migrations
We’ve migrated a few existing snippets into our growing Snippet Library.
- Create entries manually from the Gravity Forms Entries list.
- Sync Nested Forms parent/child data on submission.
- Generate multiple unique IDs per submission.
- Display hidden field validation messages at the top of your form.
Gravity Perks
GP Copy Cat (v1.4.36)
- Added a new parameter to
gpcc_custom_copy
andgpcc_custom_clear
distinguishing the current field being operated on.
GP eCommerce Fields (v1.0.43)
- Updated docblock for “gpecf_order_labels” filter to provide additional details.
- Fixed an issue where GPECF may generate a PHP warning if product price is not numeric.
- Fixed markup and styling of Order header in {all_fields} merge tag.
GP Easy Passthrough (v1.7)
- Fixed a potential issue where GPEP may continuously fill a form using stale data.
GP Email Users (v1.3.11)
- Added support for parsing shortcodes in email message.
GP Limit Submissions (v1.0-beta-2.3)
- Added draft version of rules tests.
- Added test for rules – ip – each ip.
- Added 13 forms to be used with the rules tests.
- Added
$I::modify_entry_date_created( $entry_id, $modifier );
helper to simplify the process of updating the entries date_created property. - Added support for the new “Quarter” calendar period.
- Improved reliability with Embed URL rules by not account for trailing slashes.
- Updated time period tests to use the modify_entry_date_created method.
- Fixed extraneous space in time units dropdown on the “minute(s)” option.
GP Media Library (v1.2.17)
- Added properly registered entry meta for Media Library attachment IDs. (#5)
GP Nested Forms (v1.0-beta-9.8)
- Improved reliability of Nested Form fields when placed on non-first pages in AJAX-enabled, multi-page forms.
- Fixed a variety of issues related to init scripts – and – added support for editing Signature fields. (#55)
GP Populate Anything (v1.0-beta-4.151)
- Added filtering support for the custom database snippet implementation.
- Improved compatibility with Conditional Logic by showing a text input instead of a dropdown for the value of fields with dynamically-populated choices.
- Fixed an issue where Save and Continue feature may generate PHP warnings.
- Fixed issue where Database object type would always use the global $wpdb instance rather than the one provided in the object type’s get_db() method.
- Fixed a potential issue where GPPA may fail to display or populate paragraph fields with HTML.
- Fixed a potential issue where duplicate entries may show up in GPPA results.
- Fixed an issue where multiple pre-selected checkboxes would only populate based on the first value.
- Fixed a potential issue where LMTs may populate from conditionally hidden fields.
- Removed an extraneous
wpdb::prepare()
parameter that generated PHP notices.