• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Gravity Forms | The Best WordPress Form Plugin | Form Builder

Gravity Forms | The Best WordPress Form Plugin | Form Builder v2.8.6

No permission to download
Download Gravity Forms v2.5.5.1 - WordPress Forms Plugin Free Nulled
v2.5.5.1

- Fixed an issue where the dynamic field map doesn't accept empty values when saving a feed.
- Fixed an issue where the conditional logic choice based rules fail if the choice is renamed from the default.
Download Gravity Forms v2.5.5 - WordPress Forms Plugin Free Nulled
v2.5.5 | 2021-06-02 Thanks To @TassieNZ

- Fixed an issue introduced in 2.5.4.4 which can result in the hooks script not getting injected correctly resulting in broken Javascript.
- Fixed appearance of Date, List and Time fields when editing an entry.
- Fixed an issue where the submit button's value is "Next" instead of "Submit" on the last page after evaluating page fields' conditional logic.
- Fixed an issue which can break AMP pages.
- API: Fixed an issue where the Dynamic Field Map Settings API field would allow for custom values.
- Fixed an issue which causes conflicts with XML Sitemaps and REST Requests.
- Fixed the function that handles price updates in the total field so a change event is triggered in both legacy and non-legacy forms.
- Fixed an issue where Form block toolbar links would not point to the right path when WordPress is not a top level directory.
- Fixed an issue where text-based survey fields cause errors in the form editor.
- Fixed an issue where Beaver builder shows an error when embedding a form.
- Fixed an issue with reCAPTCHA field not rendering when in a multi page form with ajax enabled.
- Fixed an issue with timing of loaded events in JavaScript which causes some forms to not render correctly or have console errors.
- Fixed an issue where add and remove choice buttons were hidden when modifying Prefix choices on a Name field.
- Fixed an issue where the number of items in the Entry and Form lists would not be displayed when there is only one page of items.
- Fixed an issue where the password strength would not be preserved after a failed submission or when not on the last page of a form.
- Fixed an issue that can cause forms to become unresponsive when legacy markup is used with a total field.
Download Gravity Forms v2.5.2.4 - WordPress Forms Plugin Free Nulled
v2.5.2.4 - Thanks To @TassieNZ

- Fixed an issue which causes javascript events not to fire when a form is loaded via AJAX.
- Fixed an issue which causes some performance optimization plugins to break certain form javascript methods.
Download Gravity Forms v2.5.1.3 - WordPress Forms Plugin Free Nulled
v2.5.1.3

- Updated and added various form editor sidebar settings style refinements.
- Updated the section field so it no longer uses the description as a fallback when the label is empty
- Updated front end styles for better column alignment and better appearance in small containers.
Download Gravity Forms v2.5.1.2 - WordPress Forms Plugin Free Nulled
v2.5.1.2

- Fixed an issue which causes Javascript errors in the Form Editor when no Conditional Logic fields are present.
Download Gravity Forms v2.5.1 - WordPress Forms Plugin Free Nulled
v2.5.1 | 2021-05-11

- Added accessibility enhancements to the form editor to improve keyboard navigation.
- Updated the form editor to notify users that resizing is not available when the legacy markup form setting is enabled.
- Updated form editor to not allow resizing of fields when the legacy markup form setting is enabled.
- Fixed an accessibility issue with the multi-file upload field.
- Fixed an issue where the form description field doesn't allow HTML tags.
- Fixed an issue where save and continue button is triggered when pressing return/enter.
- Fixed a PHP notice that appears for the From Email for form notifications under certain circumstances.
- Fixed a padding issue for suppressed WP notices in the admin area at smaller viewport sizes and refined notification vertical spacing.
- Fixed an issue that causes single line text inputs added to a legacy mode editor instance to have size medium applied.
- Fixed an issue that can cause dragging or resizing in the form editor to break the layout and/or delete the field.
- Fixed issue when using a custom tab index and the post image field with all meta fields enabled where the alt text and post image shared the same tabindex. Credit: Jake Jackson (@jakejackson1).
- Fixed an issue that causes radio and select fields to show invalid Conditional Logic options.
- Fixed form editor layout issues present with Jetpack plugin on wordpress.com sites.
- Fixed an issue which prevents certain add-ons from displaying Plugin Settings fields.
- Fixed an issue which prevents non-admin users from accessing Form Settings when no add-ons are enabled.
- Fixed an issue that causes certain fields to not trigger the settings tab to open in the form editor.
- Fixed an issue that causes the page break end settings to not be visible in the form editor.
- API: Fixed an issue with GFCommon::is_numeric() to allow non-currency based numbers without a leading zero. Credit: The GravityView Team.
- API: Fixed an issue which causes programmatically-created forms to break in the form editor.
- AF: Updated the setup fee settings in the payment add-on framework so that the product field is disabled instead of hidden if setup fee isn't checked.
- AF: Fixed PHP notices that appear when editing a feed that has no associated form.
Download Gravity Forms v2.5.0.2 - WordPress Forms Plugin Free Nulled
v2.5.0.2 Thanks To @stefMT

  • Fixed an issue which prevents certain add-ons from displaying Plugin Settings fields.
  • Fixed an issue which prevents non-admin users from accessing Form Settings when no add-ons are enabled.
Download Gravity Forms v2.5.0.1 - WordPress Forms Plugin Free Nulled
v2.5.0.1 Thanks To @TassieNZ

- Fixed an issue that causes certain fields to not trigger the settings tab to open in the form editor.
- Fixed an issue that causes the page break end settings to not be visible in the form editor.
Download Gravity Forms v2.4.24 - WordPress Forms Plugin Free Nulled
v2.4.24 | 2021-04-14 Thanks To @TassieNZ

- Added security enhancements.
- Updated the captcha field so that it does not show autocomplete options.
- Updated the system report to include the REST API base URL and to indicate if REST API v2 is enabled.
- Updated the wording on the import forms page to clarify the expected file format for importing forms.
- Updated the plugin header to include the "Requires at least" and "Requires PHP" properties.
- Updated the minimum WordPress version (for support) on the System Status page to 5.6.
- Fixed an issue where filters are not applied consistently to repeater field entries. Credit: Paul V. Biron/Sparrow Hawk Computing.
- Fixed PHP 8 issues where optional parameters are listed before required ones.
- Fixed the text on the edit entry screen for post title so that it is translatable.
- Fixed an issue where making a checkbox field the primary key on the entries list page throws a PHP notice.
- Fixed an issue where sometimes users are granted `gform_full_access` permission when they shouldn't be.
- Fixed an issue where re-running the database upgrade from the System Status page doesn't create the missing gf_rest_api_keys table.
- Fixed the deprecation notice in the Gravity Forms Gutenberg block.
- Fixed an issue with API V2 key generation where it's possible for the keys to generate with just a prefix and no hash.
- AF: Updated the meets_minimum_requirements method to include an error if the installed version of Gravity Forms is older than an add-on requires.
- API: Added GFField::filter_input_value() to apply the [gform_get_input_value](https://docs.gravityforms.com/gform_get_input_value/) filter.
- API: Added GFAPI::get_feed() for getting a specific feed.
- API: Updated the REST API v2 /feeds/[feed id] endpoint to support the PATCH method for updating the specified feed.
- API: Fixed an issue with GFAPI::get_feeds() where the requested feed is not returned when inactive.
- API: Fixed an issue with GFAPI::get_feeds() where the returned feeds do not include the feed_order property.
- API: Fixed an issue where the REST API v2 PUT /feeds/[feed id] endpoint only updates the feed meta.
- API: Fixed an issue where the JWT Authentication for WP REST API plugin blocks requests to REST API v2 with a 403 error.
- API: Added GFAPI::update_feed_property() to update the specified feed with the given property value.
- API: Added GFAPI::feed_exists() to check if a feed exists with the supplied ID.
- API: Added the PUT /feeds/[feed id]/properties endpoint to REST API v2 to update one or more properties of the specified feed.
- API: Added the [gform_webapi_key_user_capabilities](https://docs.gravityforms.com/gform_webapi_key_user_capabilities/) filter to override which capabilities are used to determine if a user is included in the User drop down menu on the REST API settings page.
- API: Fixed an issue where users without the appropriate permissions appear in the User drop down menu when creating a new REST API Key.
- API: Updated the `rand_hash()` method with a fallback to generate a hash even if `openssl_random_pseudo_bytes()` returns empty.
Download Gravity Forms v2.4.23.3 - WordPress Forms Plugin Free Nulled
v2.4.23.3

- Updated the plugin header to include the "Requires at least" and "Requires PHP" properties.
- Updated the minimum WordPress version (for support) on the System Status page to 5.6.
- Fixed PHP 8 issues where optional parameters were listed before required ones.
- API: Fixed an issue where the JWT Authentication for WP REST API plugin blocked requests to REST API v2 with a 403 error.
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock