Gravity Wiz Weekly #117
Introducing: Address Autocomplete for Gravity Forms. Plus, GF Inventory will revolutionize how you manage your inventory.
Greetings, wizards!
An ancient prophecy once foretold of back-to-back Gravity Perk releases. Did we doubt it? Perhaps. But here we are, riding on the momentum of last week’s Gravity Forms Inventory release, announcing another brand new perk!
Introducing: Address Autocomplete for Gravity Forms
Your users can now autocomplete their address in Gravity Forms with a single tap, no matter where they are in the world.
This is made possible through psychic foresight (Google’s API integration) and digital sleight of hand. Here’s what it can do for you:
- Simplify the address experience on desktop & mobile devices
- Save your users time – autocomplete an address in seconds
- Supercharge your form’s conversion rate and reduce form abandonment
- Tailor autocomplete to specific locations
Your users will thank you:
GP Inventory will revolutionize how you manage your inventory.
Gravity Forms Inventory makes it easy to manage all of your inventory needs, no matter what type of products you’re tracking.
You can use it to track your finite product inventory, choice-based inventory (for example, different t-shirt sizes), shared inventory (the same inventory used across multiple website pages), and track date-specific resources like appointments, reservations, and events.
It’s truly a one-stop shop for all your inventory needs, and we’re already hearing about exciting configurations from our users. What will you conjure?
Alright, wizards. Until next week. 🧙🏻♂️
Gravity Wiz Weekly Newsletter
Don't miss a thing. Get our weekly updates by owl or email. Ok, we're still working on the owl service, so just email for now.
Resources
File Upload Pro | Better File Uploads with Gravity Forms – File Upload Pro brings image previews, cropping, zooming, and drag and drop sorting to your Gravity Forms spellbook. Inside, we provide an in-depth look at how you can utilize File Upload Pro to create a better experience for your users and increase form conversions.
Nested Forms | Short Labels for Nested Forms Fields – Nested Forms is known for providing users with the ability to nest a form within a form (formception), or create Gravity Forms repeaters. Sometimes the label you want to use in the child form is too long to be useful as a table header. Use this snippet to provide short labels for child fields when they’re displayed in the Nested Forms summary table on the parent form.
Unique ID | Input Masks – Generate Unique IDs for things like confirmation numbers, sequential invoice tracking, or unique coupon codes. If you need your membership IDs or confirmation codes in a specific format, this snippet lets you do just that.
Gravity Perks
GP Conditional Pricing (v1.3.5)
- Fixed an issue where fields of type hidden were omitted from pricing rules.
GP File Upload Pro (v1.1.5)
- Added i18n support for
Cropping x of y
in PO. - Fixed an issue where uploading a GIF file failed.
GP Limit Checkboxes (v1.3.2)
- Added
gplcb_should_validate_minimum
filter to allow filtering whether a field’s minimum limit should be validated. - Added helper function
gp_limit_checkboxes()
which returns an instance of theGP_Limit_Checkboxes
class to provide a reliable way to access its public methods.
GP Limit Dates (v1.1.4)
- Added gpld_after_set_max_date.
GP Nested Forms (v1.0-beta-10.4)
- Added
GP_Nested_Forms->get_query_arg()
to enable additional customization/parsing of URL parameters in a nested form. - Added
:label
modifier to{parent}
GPNF merge tags. - Improved support for checkboxes pulled into child forms using the {Parent} merge tag. When more than one checkbox is selected, the values/labels will be comma delimited.
- Updated
gpnf_modal_button_css_classes
to usecancel-mobile
for thetype
parameter when filtering the mobile cancel button. - Fixed a potential future incompatibility issue with GF API.
GP Populate Anything (v1.0.13)
- Fixed potential PHP fatal error introduced in 1.0.12.