Gravity Wiz Weekly #45
Hello, wizards!
Hope everyone is enjoying Spring. We’re finally getting some warmer weather on the East Coast. We’ve got some existing updates for you today!
I’m sure everyone has been hearing a lot about GDPR lately (EU’s new data privacy standard). Gravity Forms Disable Entry Creation now supports using conditional logic to disable entry creation. Allow users to give permission to save their submitted form information by asking for it on the form and configuring GF Disable Entry Creation to disable the entry creation if the user opts out.
That’s all for now. Until next week!
Snippets
Gravity Perks // GP Nested Forms // Map Full Child Entry Data via User Registration Add-on
By default, Nested Form fields contain a comma-delimited string of child entry IDs (i.e. ‘123,124,125’). In some cases, you may want to map the full entry object for all child entries instead of just the entry IDs.
Gravity Perks
Gravity Perks (v2.0.5)
- Fixed fatal error that could occur when register_scripts() was called when Gravity Forms was not loaded.
Gravity Forms Disable Entry Creation (v1.0.8)
- Added support for conditional logic to determine when to disable entry creation.
Gravity Forms Nested Forms (v1.0-beta-4.26)
- Fixed JS error that appeared when parent form contained Nested Form field with an administrative visibility.