• 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"

Formidable Forms Pro - WordPress Forms Plugin & Online Application Builders

Formidable Forms Pro - WordPress Forms Plugin & Online Application Builders v6.9

No permission to download
Formidable Forms Pro v6.9 - WordPress Forms Plugin & Online Application Builder Nulled Free
Formidable Forms v6.9
APRIL 17, 2024 BY MIKE

  • New: Phone fields now support a new International phone type option to enable International Telephone Input Validation by Twilio.
  • New: Pagination settings have been moved to the form builder. The rootline element or progress bar will now be displayed in the form builder.
  • New: Button settings have been moved to the form builder, as settings for the new submit button field.
  • New: When searching for entries by Entry creation date or updated timestamps on the entries list page, entries will be queried using the server timezone instead of UTC. To revert this behaviour, a new frm_should_search_admin_entries_created_at_in_utc filter has been added.
  • Fix: An update to treat single line text lookup field values as empty when using conditional logic has been reverted because it introduced other bugs with look up fields and conditional logic.
  • Fix: The frm_field_input_html hook was not calling for hidden inputs used for file fields.
  • Fix: Dynamic field entries will no longer include in-progress or abandoned entries by default. Support for new options have been added for the frm_dynamic_field_include_drafts filter to modify the default behaviour.
  • Fix: Some PHP warnings have been fixed for Slider fields formatted as custom currency that have been imported with incomplete option data.
  • Fix: Most currency symbols other than $ would appear as encoded data for a currency formatted Slider field.
  • Fix: Some value types, like dates, would trigger warnings when calling array_sum when used in [frm-stats] shortcodes when using some options including maximum.
  • Fix: When the frm_field_input_html to echo HTML for a dynamic field loaded from an AJAX request, the request would fail because of an invalid AJAX response.
  • Fix: A fileperms(): stat failed PHP warning would get logged when trying to get the chmod value of a file that does not exist.
  • Several old deprecated views functions and view files have been removed, as well as FrmProLookupFieldsController::add_standard_field_options, FrmProFormsController::user_options, several function in FrmProFieldsController, and FrmProEntriesController::ajax_get_data.
Download Formidable Forms Pro v6.8.4 - WordPress Forms Plugin & Online Application Builder Nulled Free
= v6.8.4 =

* New: Cloudflare Turnstile has been added as a new Captcha option type in Global settings.
* New: A new filter has been added to enable support for bulk editing options for a Ranking field.
* New: The trigger to save draft entries has been updated to a button in new forms.
* New: A new frm_after_generate_csv action has been added. This can be used to track which entries have already been exported as CSV to avoid exporting an entry more than once.
* Fix: hCaptcha was not properly resetting after clicking the previous button and returning to the page with the hCaptcha field.
* Fix: A trim(): Passing null to parameter #1 PHP Deprecated message has been fixed.
* Fix: Checks have been added to avoid fatal errors when trying to extend the time limit when the function is disabled.
* Fix: A Creation of dynamic property FrmProEddController::$save_status is deprecated PHP Deprecated message has been fixed.
* Fix: Icons were missing for collapsible sections in the visual views builder.
* Monthly summary emails will not longer get sent when there are no new entries to report on.
* The global JS function frm_add_logic_row used on admin pages has been removed.
Download Formidable Forms Pro v6.8.3 - WordPress Forms Plugin & Online Application Builder Nulled Free
Formidable Forms v6.8.3
MARCH 6, 2024 BY MIKE

  • New: The option to limit entries now supports multiple values, so entries can be limited by IP, Cookie, and Logged In User all at the same time.
  • New: The option to limit entries now includes the option to limit entries by an email field.
  • New: [frm-graph] shortcodes now support data_type="maximum" and data_type="minimum" options. When used, the graph will show the highest or lowest value for a target field respectively.
  • New: Datepickers will now use the WordPress "Week Starts On" option by default when the Datepicker locale is set to English.
  • New: Slim Select dropdowns will now copy the tabindex attribute from the original dropdown when applicable.
  • New: When filtering dynamic field options to only show options for the current user, only options created by logged out users will be displayed for logged out users. A new frm_restrict_options_for_logged_out_users filter has been added to revert this to the previous behaviour if desired.
  • Fix: The selected Slim Select look up values would not properly get applied properly after after doing a look up.
  • Fix: CSS rules for slider fields would include !important twice when the option to Overwrite theme styling was enabled. This would raise errors when validating CSS.
  • Fix: The live builder preview for star rating fields was not working properly after changing the Maximum Star Rating input.
  • Fix: A few PHP Notice: Undefined index messages have been corrected when sending usage tracking data.
  • Fix: Summary fields would display an empty box when showing the summary for a section with no field values.
  • Fix: When moving to the previous page and back, the previously unselected checkbox values load again with values when the option to save drafts was enabled.
  • Fix: A deprecated use of self was fixed on the Site Health admin page.
  • Some old CSS rules using -webkit- and -moz- prefixes have been removed, helping to reduce CSS file size.
  • The deprecated setting to Include accordion javascript has been removed.
Download Formidable Forms Pro v6.8.2 - WordPress Forms Plugin & Online Application Builder Nulled Free
Formidable Forms v6.8.2
FEBRUARY 14, 2024 BY MIKE

Fix: Submit buttons would not stop spinning after uploading a file because of a JavaScript error introduced in last release.
Download Formidable Forms Pro v6.8 - WordPress Forms Plugin & Online Application Builder Nulled Free
= v6.8 =

* Security: Nonce validation was missing when saving changes on the form settings page.
* New: A new dashboard landing page has been added with a list of recent entries, access to your inbox, and a payment summary, all in one place.
* New: New fields will no longer appear on the front end until the form builder is saved. This way a form can be used without partial incomplete changes while a form is being worked on.
* New: An HSL color value can now be used in the visual styler. Previously these values would be prepended by # and PHP warnings would cause styles to break.
* New: Stripe subscriptions will now cancel at period end by default instead of cancelling immediately. This can be reverted to the previous behaviour using add_filter( 'frm_stripe_cancel_subscription_at_period_end', '__return_false' );.
* New: Summary emails will no longer send by default on multisite for sites that are not the main site.
* New: Summary emails can now be disabled from your profile on your Formidable Forms account for Pro users.
* Fix: On some sites, while using Google Chrome, some style card menu options would be missing. This includes the option to Delete a style or to Set a style as default.
* Fix: Long forms loaded with AJAX were loading in smaller batches than intended, usually pulling only a few fields at a time. This has been restored to the intended batch size of 15 fields at a time.
* Fix: A styling issue in some search search inputs has been fixed.
* Fix: The view payment page was appearing blank, and table column options were missing when editing a table view.
* Fix: An error message wouldn't properly appear when using a 3D secure card and failing the payment.
* Fix: A subscription with a failed payment would incorrectly redirect like a confirmed payment.
* Fix: The toggle to disable form styling would still appear active when disabled through the Manage Styling global setting.
* Fix: Encoded characters would appear in plain text summary emails.
* List tag types include ul, ol, and li are now allowed in form input HTML by default.
* Form input HTML will no longer be filtered to strip most HTML on display if the entry was created by or edited by a privileged user.
* Summary emails are no longer sent when there are no new entries.
Download Formidable Forms Pro v6.7.1 - WordPress Forms Plugin & Online Application Builder Nulled Free
Formidable Forms v6.7.1 - JANUARY 3, 2024

  • New: [frm-graph] shortcodes now support a title_italic=1 option.
  • New: The setting for displaying a look up or dynamic field as a dropdown has been renamed to improve compatibility with security tools that block the word "select" in POST data.
  • New: Formidable branding has been removed on the import page when white labelling is enabled.
  • New: "like" and "not like" conditions used in conditional logic have been renamed to "contains" and "does not contain".
  • Fix: Edited entries would perform look ups and change the value of some fields watching the look ups when there were already values set.
  • Fix: A conditionally disabled submit button would switch to enabled after a look up was completed, or a file was uploaded. Now it will only switch to enabled when all conditions are fulfilled.
  • Fix: Dynamic defaults values like [post_title] and [get] shortcodes were not always getting set back to their default values after clicking the start over button.
  • Fix: A fatal error would occur when using a [frm-graph] shortcode when using group_by and include_zero options together.
  • Fix: A styling issue has been fixed for rootline elements on RTL layouts.
  • Fix: [if created_at] conditional statements with conditions like greater_than="-10 minutes" would not work using the expected timezone. This has been updated to work with condition values like "-10 minutes" and "-30 seconds".
  • Fix: A third parameter is now included when calling the frm_after_create_entry action for a draft entry. Without this parameter, there were issues with possible conflicts with other code that relies on this hook, including code in older versions of the Zoho Flow plugin.
  • Fix: New repeater entries were not getting added when updating an entry because of an issue introduced in last release.
  • Fix: "like" conditions were failing to work when comparing a numeric value to an unexpected non-numeric string like "_123".
  • Fix: A passing null to parameter #3 deprecated message when calling str_replace has been fixed when processing shortcodes.
  • Fix: Some warnings would get logged when deactivating Pro.
  • Fix: A passing null to parameter #1 deprecated message when calling stripos has been fixed when processing shortcodes.
  • Fix: When importing CSV data for a multiselect dynamic dropdown, only a single entry record would get imported successfully.
  • Fix: Only a single multiselect lookup option would be selected when editing an entry after the lookup happens on page load.
  • Fix: Calculations with repeaters would sometimes include values from incorrect fields with similar field keys.
  • Fix: Clicking on a single file upload field with an uploaded file will no longer load the prompt to upload another file.
Download Formidable Forms Pro v6.7 - WordPress Forms Plugin & Online Application Builder Nulled Free
= v6.7 =

* New: The new form modal pop up has been replaced with a new form templates page. Now form templates can be flagged as favourite.
* New: The option to send monthly and yearly summary emails with form and payment stats has been added to global settings.
* New: Error handling has been improved when trying to edit a form in trash or a form that does not exist.
* New: The query for getting entry count has been optimized, significantly reducing the time it takes to count entries.
* New: Default submit button HTML has been updated for new forms. Forms with the previous HTML would trigger the Previous button when the Enter key was pressed. Forms with the new layout have corrected this and will trigger the Next button instead when the Enter key is pressed.
* New: Dropdown fields will now pass a different type value in POST requests to avoid conflicts with security tools that block requests containing the word "select".
* Fix: Zebra stripe styling on the View Entry page would sometimes repeat the same background color when hidden empty rows were hidden.
* Fix: The default maximum value of 5 used for row count in a Paragraph field would carry to other field type settings after changing field type, acting as a 5 character limit. This is now cleared when changing field types from Paragraph to another field.
* Fix: A styling issue has been fixed that was causing the WordPress sidebar to overlap on top of admin page content when using specific user preferences.
* Fix: The form search was broken on some databases when comparing a datetime value to a non-date value.
* Fix: The pirate forms importer style has been updated to look better.
* Fix: A fatal error on the welcome page has been fixed.
Formidable Forms Pro v6.6 - WordPress Forms Plugin & Online Application Builder Nulled Free
Formidable Forms v6.6
NOVEMBER 30, 2023 BY MIKE

  • New: Screen reader text has been added to header logos for improved accessibility on admin pages.
  • New: Some margins have been removed from file upload fields that were causing styling issues.
  • New: Checkbox groups will no longer use an aria-required attribute on the group element. This was causing accessibility errors in axe DevTools and Google PageSpeed.
  • New: Email fields now have a new autocomplete setting to make it easier to add autocomplete="email" to an email field.
  • New: The reports page now includes a status dropdown for filtering entries by status.
  • New: The dropzone button now includes a label for improved accessibility.
  • New: Date field colors can now be styled for every style. Previously this was limited to the default style only.
  • New: A repeater with no rows will reset to a single row when the start over button is clicked.
  • New: You can now search for values for embedded and repeated fields when searching from the entries list admin page.
  • Fix: [formidable] shortcodes would not process in HTML field descriptions, and shortcodes in HTML field custom HTML were not processing as expected.
  • Fix: A JavaScript error would get logged after submitting forms with dynamic fields when only a success message is shown on success.
  • Fix: Look ups were not working when watching a Name field.
  • Fix: Star rating fields were not appearing in Safari browsers.
  • Fix: The Other input for radio buttons would not get hidden after clicking the star over button.
  • Fix: Dropzone errors would get cleared immediately on load when there were file values set.
  • Fix: Stale embedded form data wouldn't update after fields in an embedded form was updated.
  • Fix: Add/remove buttons used in repeaters no longer change background color on hover when using icons only.
  • Fix: The repeater limit was not getting applied properly when switching between pages in a multiple page form.
  • Fix: Edit in-place would not work for a form with a reCAPTCHA field when submit with AJAX was disabled.
  • Fix: Some padding has been removed from radio buttons displayed as images. This fixes issues with options appearing off-centre.
  • Fix: Entry meta wasn't getting deleted when entries were deleting after clicking star over.
  • Fix: Checkbox options displayed as images would not appear selected when viewing the result when the checkbox option included an ampersand character.
  • Fix: The add row button would not appear after deleting every repeater row when using the icons only display style.
  • Fix: An undefined array key "size" warning would get logged for some file upload fields.
  • Fix: HTML fields were not properly working in conditional logic inside of repeaters.
  • Fix: When importing a form and its embedded form child, the child form will now get updated to the new child form ID in the parent form after the import is complete.
  • Fix: The other option would not appear selected in field settings after setting it as the default value.
  • Fix: A star rating field display value would appear as star_full text when using You are missing options in your shortcode. field_id is required. shortcodes without the keepjs=1 because of a filtering issue.
  • The function FrmProEntry::get_view_results has been deprecated.
  • Checkboxes have been removed as an option for Post Titles due to incompatibility issues.
Download Formidable Forms Pro v6.5.4 - WordPress Forms Plugin & Online Application Builder Nulled Free
Formidable Forms v6.5.4
NOVEMBER 6, 2023

New: A database query used on the reports page has been optimized, as well as the way entry metas are decoded, reducing the time for the reports page to load.
New: The timeout limit is now removed on the reports page to avoid issues with slow reports timing out when processing data for a lot of entries.
New: Styling has been updated for the reports page and new entry page when no form ID is filtered in the URL.
Fix: A JavaScript error would get logged on the reports page when no form ID was being filtered in the URL.
Fix: Some unexpected date formats would cause fatal errors on form submit.
Fix: Values like -5 Hours would not work in a created_at_greater_than frm-graph shortcode option.
Fix: Shortcodes would process twice in HTML field descriptions.
Fix: Multiple copies of a form would occasionally copy to other sites instead of just a single copy.
Download Formidable Forms Pro v6.5.3 - WordPress Forms Plugin & Online Application Builder Nulled Free
Formidable Forms v6.5.3 - OCTOBER 25, 2023

New: The default value for a password field invalid format validation message is now more descriptive. As this error message is used for the missing special characters rule, the message now includes the special characters error message by default instead of the previous "Password is invalid" default message.
New: [foreach] shortcodes now support a order="desc" option for iterating repeater entries in reverse order.
New: Field calculations now support scientific notation, enabling numbers like 10e2.
New: A new frm_protected_file_readonly_permission filter has been added. This can be used to work around a Snuffleupagus security module rule that prevents certain chmod values.
New: The way CSS and SVGs are added has been modified for better compatibility with the Snuffleupagus security module.
Fix: Star rating field styling has been updated to improve compatibility with some themes where stars would appear on separate lines.
Fix: Placeholder labels would not appear in multiselect lookup dropdowns.
Fix: Text calculations were not working properly for dynamic field dropdowns in repeaters.
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