[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fyar_yh4K2WAAFQxWWrRQWcBoalb4JQQE0Z-LeHLBelE":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":69,"crawl_stats":37,"alternatives":77,"analysis":183,"fingerprints":486},"real-time-validation-for-gravity-forms","Real Time Validation for Gravity Forms","1.7.0","Daman Jeet","https:\u002F\u002Fprofiles.wordpress.org\u002Fdjeet\u002F","\u003Cp>This plugin ensures that users get the feedback in each field as he types even before the form is submitted.Specific validation messages are shown to user help him quickly rectify the mistakes.\u003C\u002Fp>\n\u003Cp>Major features in Real Time Validation for Gravity Forms include:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Ability to turn on\u002Foff Real Time Validation for Gravity Forms on each form.\u003C\u002Fli>\n\u003Cli>Add custom error messages at each field level.\u003C\u002Fli>\n\u003Cli>Works with multi-step forms.\u003C\u002Fli>\n\u003Cli>Works with both environment AJAX \u002F NON-AJAX.\u003C\u002Fli>\n\u003Cli>Works with the Conditional logic of fields.\u003C\u002Fli>\n\u003Cli>Works with Multiple Forms on one page.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cblockquote>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fdemo.formsoptimizer.com\u002F\" rel=\"nofollow ugc\">Click Here to Experience Real-Time Validation in Action.\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Works with following fields\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Text \u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Select \u003C\u002Fli>\n\u003Cli>Multiselect\u003C\u002Fli>\n\u003Cli>Number\u003C\u002Fli>\n\u003Cli>Radio buttons\u003C\u002Fli>\n\u003Cli>Checkboxes \u003C\u002Fli>\n\u003Cli>Name \u003C\u002Fli>\n\u003Cli>Email \u003C\u002Fli>\n\u003Cli>Phone \u003C\u002Fli>\n\u003Cli>Date \u003C\u002Fli>\n\u003Cli>Address \u003C\u002Fli>\n\u003Cli>Website \u003C\u002Fli>\n\u003Cli>Time \u003C\u002Fli>\n\u003Cli>All Post fields (Except image upload)  \u003C\u002Fli>\n\u003Cli>All Pricing fields\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>** \u003Ca href=\"http:\u002F\u002Fdemo.formsoptimizer.com\u002F\" rel=\"nofollow ugc\">Live Demo Here \u003C\u002Fa>**\u003C\u002Fp>\n\u003Ch4>Learn How To Use\u003C\u002Fh4>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fm_bv3eCmvgs?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cp>Here is the example of how to use hook for success state-\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>jQuery(document).on(“lv_after_field_valid”,function(event,element){\u003Cbr \u002F>\n     jQuery(element).css(“background-color”,”green”);\u003Cbr \u002F>\n  });\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>Here is the example of how to use hook for invalid state-\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>jQuery(document).on(“lv_after_field_invalid”,function(event,element){\u003Cbr \u002F>\n     jQuery(element).css(“background-color”,”red”);\u003Cbr \u002F>\n  });\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Latest Updates\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>June , 9th 2018: Added a New Validation for matching Email input confirmation fields\u003C\u002Fli>\n\u003Cli>April , 29th 2018: Compatibility With PHP 7.2\u003C\u002Fli>\n\u003Cli>April , 29th 2018: Compatibility With Gravity Forms 2.3\u003C\u002Fli>\n\u003Cli>December, 21st 2017: Compatibility With Partial Entry addon\u003C\u002Fli>\n\u003Cli>December, 21st 2017: Compatibility upto Gravity Forms 2.2.5\u003C\u002Fli>\n\u003Cli>December, 21st 2016: Compatibility Fix: Multiple forms on one page with real-time validation ON.\u003C\u002Fli>\n\u003Cli>December, 21st 2016: Fix: Checkbox with the conditional logic issue.\u003C\u002Fli>\n\u003Cli>December, 21st 2016: Fix: Multi-step form values were not getting sustained on step change.\u003C\u002Fli>\n\u003Cli>December, 21st 2016: Fix: how to use video and on activation behavior fixed for GF > 2.0.0.\u003C\u002Fli>\n\u003Cli>November, 25th 2016: Fix: Filter Regex for modifiers (flags) to prevent validation failure.\u003C\u002Fli>\n\u003Cli>August, 12th 2016: Fix: Hidden state conflict with conditional logic causing fields to be disabled when the form of modal popups. \u003C\u002Fli>\n\u003Cli>August, 12th 2016: Added: JS Hooks for validation and success. \u003C\u002Fli>\n\u003Cli>August, 12th 2016: Fix: resolved issue of form object turning into boolean TRUE, when we disable notification forever. \u003C\u002Fli>\n\u003Cli>July, 18th 2016:  Fix: Get Param conflict with feeds.\u003C\u002Fli>\n\u003Cli>July, 18th 2016:  Fix: Field setting showing even LV switched off.\u003C\u002Fli>\n\u003Cli>June, 13th 2016:  Fix: Address Line number 2 was marked as required.\u003C\u002Fli>\n\u003Cli>June, 13th 2016:  Fix: Conditional fields getting validated while hidden.\u003C\u002Fli>\n\u003Cli>April, 30th 2016: New \u003Ccode>How to Use\u003C\u002Fcode> Video\u003C\u002Fli>\n\u003Cli>April, 30th 2016: Compatible with the changes happening over form while Validation is in Off state.\u003C\u002Fli>\n\u003Cli>April, 28th 2016: Compatibility with Mozilla Firefox & Safari\u003C\u002Fli>\n\u003Cli>April, 28th 2016: Compatibility with mobile browsers\u003C\u002Fli>\n\u003Cli>April, 28th 2016: Better UI for Notifications\u003C\u002Fli>\n\u003Cli>April, 22th 2016: Added Better User Experience\u003C\u002Fli>\n\u003Cli>April, 22th 2016: Added Documentation \u003C\u002Fli>\n\u003Cli>April, 22th 2016: Added Support section \u003C\u002Fli>\n\u003Cli>April, 22th 2016: Added Pro plugin Documentation\u003C\u002Fli>\n\u003Cli>April, 22th 2016: Added Ajax & multistep support\u003C\u002Fli>\n\u003Cli>April, 19th 2016: Added new admin notices\u003C\u002Fli>\n\u003Cli>April, 18th 2016: Added new Installation Instructions.\u003C\u002Fli>\n\u003Cli>April, 18th 2016: Added a new set of Screenshots.\u003C\u002Fli>\n\u003Cli>April, 18th 2016: Modified Labels and Tooltip’s texts for better understanding.\u003C\u002Fli>\n\u003Cli>April, 16th 2016: Set of popular patterns to choose from.\u003C\u002Fli>\n\u003Cli>April, 16th 2016: Support for Post & Pricing fields.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Upcoming Releases\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Dedicated Support Site.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>PS: You’ll need a working Gravity Forms to use it.\u003C\u002Fp>\n","Real Time Validation for Gravity Forms increases conversion rates of your Gravity Form using inline validation messages as user types in field.",2000,61948,90,12,"2018-10-02T11:04:00.000Z","4.9.29","4.2.1","",[20,21,22,23,24],"gravity-forms","gravity-forms-addon","gravity-forms-fields-validation","jquery-validation","live-validation","https:\u002F\u002Fwisetr.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Freal-time-validation-for-gravity-forms.1.7.0.zip",24,3,"2025-05-30 00:00:00","2026-03-15T15:16:48.613Z",[32,46,57],{"id":33,"url_slug":34,"title":35,"description":36,"plugin_slug":4,"theme_slug":37,"affected_versions":38,"patched_in_version":37,"severity":39,"cvss_score":40,"cvss_vector":41,"vuln_type":42,"published_date":29,"updated_date":43,"references":44,"days_to_patch":37},"CVE-2025-48329","real-time-validation-for-gravity-forms-reflected-cross-site-scripting","Real Time Validation for Gravity Forms \u003C= 1.7.0 - Reflected Cross-Site Scripting","The Real Time Validation for Gravity Forms plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 1.7.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.",null,"\u003C=1.7.0","medium",6.1,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:R\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2025-06-02 19:55:22",[45],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F66c49614-8b57-4889-b6a2-c0cead7375d9?source=api-prod",{"id":47,"url_slug":48,"title":49,"description":50,"plugin_slug":4,"theme_slug":37,"affected_versions":38,"patched_in_version":37,"severity":39,"cvss_score":51,"cvss_vector":52,"vuln_type":53,"published_date":29,"updated_date":54,"references":55,"days_to_patch":37},"CVE-2025-48328","real-time-validation-for-gravity-forms-cross-site-request-forgery","Real Time Validation for Gravity Forms \u003C= 1.7.0 - Cross-Site Request Forgery","The Real Time Validation for Gravity Forms plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.7.0. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to perform an unauthorized action granted they can trick a site administrator into performing an action such as clicking on a link.",4.3,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:R\u002FS:U\u002FC:N\u002FI:L\u002FA:N","Cross-Site Request Forgery (CSRF)","2025-06-02 19:55:46",[56],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Fd6fb5839-c4c3-422d-8418-5f4dc36cdb39?source=api-prod",{"id":58,"url_slug":59,"title":60,"description":61,"plugin_slug":4,"theme_slug":37,"affected_versions":38,"patched_in_version":37,"severity":62,"cvss_score":63,"cvss_vector":64,"vuln_type":65,"published_date":29,"updated_date":66,"references":67,"days_to_patch":37},"CVE-2025-48330","real-time-validation-for-gravity-forms-unauthenticated-local-file-inclusion","Real Time Validation for Gravity Forms \u003C= 1.7.0 - Unauthenticated Local File Inclusion","The Real Time Validation for Gravity Forms plugin for WordPress is vulnerable to Local File Inclusion in versions up to, and including, 1.7.0. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.","critical",9.8,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:N\u002FS:U\u002FC:H\u002FI:H\u002FA:H","Improper Control of Filename for Include\u002FRequire Statement in PHP Program ('PHP Remote File Inclusion')","2025-06-02 19:45:51",[68],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Fff87e9e0-d8b1-47d3-92d6-48e6b00ac1a0?source=api-prod",{"slug":70,"display_name":7,"profile_url":8,"plugin_count":71,"total_installs":72,"avg_security_score":73,"avg_patch_time_days":74,"trust_score":75,"computed_at":76},"djeet",2,6000,41,300,38,"2026-04-04T13:46:07.621Z",[78,100,120,141,163],{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":13,"num_ratings":88,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":92,"tags":93,"homepage":18,"download_link":97,"security_score":98,"vuln_count":99,"unpatched_count":99,"last_vuln_date":37,"fetched_at":30},"retrigger-notifications-gravity-forms","Retrigger Notifications Gravity Forms","1.3","wpspin","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpspin\u002F","\u003Cp>\u003Cstrong>Retrigger Notifications Gravity Forms\u003C\u002Fstrong> lets you manually re-send Gravity Forms entry data to external Zapier and Webhook API feeds — directly from the WordPress admin, without resubmitting the form.\u003C\u002Fp>\n\u003Cp>Whether a webhook failed silently, Zapier missed a trigger, or you simply need to push historical entries to a new integration, this plugin has you covered.\u003C\u002Fp>\n\u003Ch3>🔄 What It Does\u003C\u002Fh3>\n\u003Cp>When Gravity Forms sends entry data to Zapier or Webhooks, things don’t always go right. Endpoints go down, APIs timeout, and integrations break. Instead of asking users to resubmit, this plugin lets you \u003Cstrong>retrigger the feed\u003C\u002Fstrong> for any entry — individually or in bulk.\u003C\u002Fp>\n\u003Ch3>✅ Use Cases\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\u003Cstrong>🔁 Resend failed Zapier triggers\u003C\u002Fstrong> — A Zap didn’t fire? Retrigger it from the entry detail page without asking the user to resubmit.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🌐 Resend failed Webhook deliveries\u003C\u002Fstrong> — Push entry data again to your Webhook endpoint when the first attempt failed or timed out.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>📦 Bulk resend entries to Zapier\u003C\u002Fstrong> — Select multiple entries from the Entries list and resend them all to Zapier feeds in one action.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>📦 Bulk resend entries to Webhooks\u003C\u002Fstrong> — Select multiple entries and push them all to Webhook endpoints at once.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🐛 Debug API integrations\u003C\u002Fstrong> — Use the built-in test endpoint and GF logging to troubleshoot why data isn’t reaching your external service.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🔗 Connect a new Zapier integration to old entries\u003C\u002Fstrong> — Set up a new Zap and retrigger historical entries so they flow into the new workflow.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🔗 Connect a new Webhook to old entries\u003C\u002Fstrong> — Added a new Webhook feed? Push past entries through it without resubmission.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🛠️ Test Zapier\u002FWebhook setup during development\u003C\u002Fstrong> — Quickly retrigger entries while building and testing your automation pipeline.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>📊 Sync data after downtime\u003C\u002Fstrong> — If your external service was down during form submissions, retrigger all affected entries once it’s back online.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🔍 Verify data delivery\u003C\u002Fstrong> — Retrigger a single entry and check GF logs to confirm data was sent and received correctly.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>⚙️ Settings & Usage\u003C\u002Fh3>\n\u003Cp>This plugin works seamlessly within the existing Gravity Forms interface — no separate settings page required.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Single Entry Resend:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Go to \u003Cstrong>Forms \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Entries\u003C\u002Fstrong> in your WordPress admin.\u003C\u002Fli>\n\u003Cli>Click on any entry to open the \u003Cstrong>Entry Detail\u003C\u002Fstrong> page.\u003C\u002Fli>\n\u003Cli>In the right sidebar, you’ll see \u003Cstrong>“Resend Zapier Feeds”\u003C\u002Fstrong> and\u002For \u003Cstrong>“Resend Webhook Feeds”\u003C\u002Fstrong> panels.\u003C\u002Fli>\n\u003Cli>Check the feeds you want to retrigger.\u003C\u002Fli>\n\u003Cli>Click the \u003Cstrong>Resend\u003C\u002Fstrong> button. Done!\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Bulk Resend:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Go to \u003Cstrong>Forms \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Entries\u003C\u002Fstrong> and select the entries you want to resend.\u003C\u002Fli>\n\u003Cli>Choose \u003Cstrong>“Resend Zapier Feeds”\u003C\u002Fstrong> or \u003Cstrong>“Resend Webhook Feeds”\u003C\u002Fstrong> from the \u003Cstrong>Bulk Actions\u003C\u002Fstrong> dropdown.\u003C\u002Fli>\n\u003Cli>Click \u003Cstrong>Apply\u003C\u002Fstrong>. Confirm the action in the popup dialog.\u003C\u002Fli>\n\u003Cli>All selected entries will be resent to the configured feeds.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Debugging:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Enable \u003Cstrong>Gravity Forms Logging\u003C\u002Fstrong> under Forms \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Settings \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Logging.\u003C\u002Fli>\n\u003Cli>Use the built-in test endpoint (\u003Ccode>\u002Fwp-json\u002Fgf\u002Fv1\u002Ftest-webhook-api\u003C\u002Fcode>) to verify webhook delivery.\u003C\u002Fli>\n\u003Cli>All retrigger operations are logged to the GF debug log.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🧩 Works Great With These Plugins\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002F\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa>\u003C\u002Fstrong> — Required. The form plugin this addon extends.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002Fadd-ons\u002Fzapier\u002F\" rel=\"nofollow ugc\">Gravity Forms Zapier Add-On\u003C\u002Fa>\u003C\u002Fstrong> — Required for Zapier retrigger features.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002Fadd-ons\u002Fwebhooks\u002F\" rel=\"nofollow ugc\">Gravity Forms Webhooks Add-On\u003C\u002Fa>\u003C\u002Fstrong> — Required for Webhook retrigger features.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwww.gravitykit.com\u002Fproducts\u002Fgravityview\u002F\" rel=\"nofollow ugc\">GravityView\u003C\u002Fa>\u003C\u002Fstrong> — Display entries on the frontend; use Retrigger to fix API issues behind the scenes.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fgravitywiser.com\u002F\" rel=\"nofollow ugc\">Gravity Perks\u003C\u002Fa>\u003C\u002Fstrong> — Advanced Gravity Forms snippets and utilities that complement this plugin.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fgravityflow.io\u002F\" rel=\"nofollow ugc\">Gravity Flow\u003C\u002Fa>\u003C\u002Fstrong> — Workflow automation for Gravity Forms; retrigger feeds at any workflow step.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwp-webhooks.com\u002F\" rel=\"nofollow ugc\">WP Webhooks\u003C\u002Fa>\u003C\u002Fstrong> — Extend your webhook capabilities beyond Gravity Forms.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fzapier.com\u002F\" rel=\"nofollow ugc\">Zapier\u003C\u002Fa>\u003C\u002Fstrong> — The automation platform this plugin integrates with for retriggering Zaps.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwww.make.com\u002F\" rel=\"nofollow ugc\">Make (formerly Integromat)\u003C\u002Fa>\u003C\u002Fstrong> — Use with Gravity Forms Webhooks to push data to Make scenarios.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002Fadd-ons\u002Fsmtp\u002F\" rel=\"nofollow ugc\">Gravity SMTP\u003C\u002Fa>\u003C\u002Fstrong> — Reliable email delivery alongside your retriggered API feeds.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>📋 Requirements\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>WordPress 4.0 or higher\u003C\u002Fli>\n\u003Cli>Licensed \u003Cstrong>Gravity Forms\u003C\u002Fstrong> plugin (active)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Zapier Add-On\u003C\u002Fstrong> enabled (for Zapier features)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Webhooks Add-On\u003C\u002Fstrong> enabled (for Webhook features)\u003C\u002Fli>\n\u003C\u002Ful>\n","Resend Gravity Forms entry data to Zapier and Webhook feeds with one click -- no need to resubmit the form.",1000,6180,4,"2026-02-12T20:35:00.000Z","6.9.4","4.0.0","7.0",[20,21,94,95,96],"resend-notifications","webhooks","zapier","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fretrigger-notifications-gravity-forms.1.3.zip",100,0,{"slug":101,"name":102,"version":103,"author":104,"author_profile":105,"description":106,"short_description":107,"active_installs":74,"downloaded":108,"rating":99,"num_ratings":99,"last_updated":109,"tested_up_to":110,"requires_at_least":111,"requires_php":112,"tags":113,"homepage":118,"download_link":119,"security_score":98,"vuln_count":99,"unpatched_count":99,"last_vuln_date":37,"fetched_at":30},"wp-stateless-gravity-forms-addon","WP-Stateless – Gravity Forms Addon","0.0.3","UDX Usability Dynamics","https:\u002F\u002Fprofiles.wordpress.org\u002Fusability_dynamics\u002F","\u003Cp>Provides compatibility between the \u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002F\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa> and the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-stateless\u002F\" rel=\"ugc\">WP-Stateless\u003C\u002Fa> plugins.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Sync files uploaded using Gravity Forms with Google Cloud Storage. \u003C\u002Fli>\n\u003Cli>Skip cache busting when using Gravity Forms export functionality.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Notes\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Tested with Gravity Forms plugin version 2.9.16.1\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Support, Feedback, & Contribute\u003C\u002Fh4>\n\u003Cp>We welcome community involvement via the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fudx\u002Fwp-stateless-gravity-forms-addon\" rel=\"nofollow ugc\">GitHub repository\u003C\u002Fa>.\u003C\u002Fp>\n","Provides compatibility between the Gravity Forms and the WP-Stateless plugins.",17030,"2025-08-29T14:48:00.000Z","6.8.5","5.0","8.0",[114,20,115,116,117],"google-cloud-storage","gravity-forms-addon-extension","stateless","wp-stateless","https:\u002F\u002Fstateless.udx.io\u002Faddons\u002Fgravity-forms\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-stateless-gravity-forms-addon.0.0.3.zip",{"slug":121,"name":122,"version":123,"author":124,"author_profile":125,"description":126,"short_description":127,"active_installs":128,"downloaded":129,"rating":99,"num_ratings":99,"last_updated":130,"tested_up_to":131,"requires_at_least":111,"requires_php":132,"tags":133,"homepage":138,"download_link":139,"security_score":140,"vuln_count":99,"unpatched_count":99,"last_vuln_date":37,"fetched_at":30},"ambition-cloud-gf-add-on","Ambition Cloud Extension","2.0.6","Fintelligence","https:\u002F\u002Fprofiles.wordpress.org\u002Fambitioncloud\u002F","\u003Cp>Ambition is a cloud based multi-faceted platform by \u003Ca href=\"https:\u002F\u002Ffintelligence.com.au\" rel=\"nofollow ugc\">Fintelligence\u003C\u002Fa> that creates an ecosystem that your brokers will live in. Designed by experienced finance asset brokers, \u003Ca href=\"https:\u002F\u002Ffintelligence.com.au\u002Fcrm-system\u002F\" rel=\"nofollow ugc\">Ambition Cloud\u003C\u002Fa> is easy to use and seamlessly integrates into your business. The system can be adapted to suit your work flows and internal processes. It has built in API capabilities to increase your teams productivity and reduce the time it takes to settle a deal. As a business owner, Ambition Cloud  provides insights from your data to better understand and streamline your business.\u003Cbr \u002F>\nThis plugin extends \u003Ca href=\"https:\u002F\u002Fgravityforms.com\u002F\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa> to setup the fields & forms and allow you to push data straight into the Ambition Cloud system (including your campaign tracking). It also allows you to (optionally) forward the user to a more complete application including signing of the privacy consent form.\u003C\u002Fp>\n","Integrates Gravity Forms with Ambition Cloud, allowing form submissions to be automatically sent to your Ambition Cloud account.",70,2074,"2024-06-19T01:04:00.000Z","6.1.10","7.3",[134,135,136,137,21],"ambition-cloud","ambitioncloud","fintel","fintelligence","https:\u002F\u002Fwww.fintelligence.com.au\u002Fcrm-system\u002Fplugins\u002Fgravity-forms","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fambition-cloud-gf-add-on.2.0.6.zip",92,{"slug":142,"name":143,"version":144,"author":145,"author_profile":146,"description":147,"short_description":148,"active_installs":149,"downloaded":150,"rating":151,"num_ratings":152,"last_updated":153,"tested_up_to":90,"requires_at_least":154,"requires_php":155,"tags":156,"homepage":161,"download_link":162,"security_score":98,"vuln_count":99,"unpatched_count":99,"last_vuln_date":37,"fetched_at":30},"gravity-forms-zero-spam","Gravity Forms Zero Spam","1.7.2","GravityKit","https:\u002F\u002Fprofiles.wordpress.org\u002Fgravityview\u002F","\u003Cp>This Gravity Forms add-on blocks spam using a non-obtrusive anti-spam measure and can email a spam report summary.\u003C\u002Fp>\n\u003Ch3>Spam blocking for Gravity Forms\u003C\u002Fh3>\n\u003Cp>To get started, all you need to do is activate the plugin!\u003C\u002Fp>\n\u003Ch3>Is the Gravity Forms honeypot field not working for you? 🍯 🐝\u003C\u002Fh3>\n\u003Cp>Zero Spam is better than the Gravity Forms anti-spam honeypot field. If you’re getting spammed, try this plugin.\u003C\u002Fp>\n\u003Ch3>Use this plugin instead of reCaptcha\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>reCaptcha is user-hostile!\u003C\u002Fstrong> Use this instead! Users don’t need to click stoplights, crosswalks, or bicycles when you use this plugin to stop spam.\u003C\u002Fp>\n\u003Ch3>Enable or disable filtering per form\u003C\u002Fh3>\n\u003Cp>If you only want the plugin for specific forms, that’s possible! The plugin adds a simple “Prevent spam using Gravity Forms Zero Spam” setting to each form (requires Gravity Forms 2.5 or newer).\u003C\u002Fp>\n\u003Ch3>Spam report emails\u003C\u002Fh3>\n\u003Cp>Spam summary report emails are disabled by default. Once enabled, a spam summary that includes the number of entries per-form will be sent via email.\u003C\u002Fp>\n\u003Cp>Choose whether you want to be notified after the number of entries reaches a threshold (e.g. 10 spam entries) or after a certain number of days (e.g. every week). If there are no spam entries, no report will be sent.\u003C\u002Fp>\n\u003Cp>Requires \u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002F?partner_id=1210629&irgwc=1&utm_medium=affiliate&utm_campaign=1210629&utm_source=Katz%20Web%20Services%2C%20Inc.\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cem>Brought to you by \u003Ca href=\"https:\u002F\u002Fwww.gravitykit.com?utm_source=plugin&utm_campaign=zero-spam&utm_content=readme\" rel=\"nofollow ugc\">GravityKit\u003C\u002Fa>. We create essential Gravity Forms Add-Ons.\u003C\u002Fem>\u003C\u002Fp>\n","Enhance your Gravity Forms to include anti-spam measures originally based on the work of David Walsh's \"Zero Spam\" technique.",100000,1048908,86,23,"2026-03-12T14:21:00.000Z","4.7","7.4",[157,158,20,159,160],"anti-spam","captcha","honeypot","spam","https:\u002F\u002Fwww.gravitykit.com?utm_source=plugin&utm_campaign=zero-spam&utm_content=pluginuri","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgravity-forms-zero-spam.1.7.2.zip",{"slug":164,"name":165,"version":166,"author":167,"author_profile":168,"description":169,"short_description":170,"active_installs":171,"downloaded":172,"rating":140,"num_ratings":173,"last_updated":174,"tested_up_to":110,"requires_at_least":175,"requires_php":18,"tags":176,"homepage":181,"download_link":182,"security_score":98,"vuln_count":99,"unpatched_count":99,"last_vuln_date":37,"fetched_at":30},"styles-and-layouts-for-gravity-forms","Gravity Booster – Styles & Layouts for Gravity Forms","5.26","wpmonks","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpmonks\u002F","\u003Cp>\u003Cstrong>Introducing Gravity Booster formerly Styles and Layouts for Gravity Forms. It is your all in one solution for styling, customizing and protecting your forms. It  you lets you create beautiful designs as well as protect against spam submissions for Gravity forms.\u003C\u002Fstrong> It provides you and easy to use interface for designing forms that works with all themes and builders. It is compatible with Divi, Elmentor, Visual composer, Thrive Architect Beaver Builder, Astra, GeneratePress, Oxygen Builder, Avada theme, OceanWP theme, Genesis Framework, The7, Salient and more. The design changes you make with this Gravity Forms Styler plugin are instantaneously visible so, you can see how the form looks in real time.\u003C\u002Fp>\n\u003Cp>With Gravity Booster you can not only design forms but use advance spam submssion filtering like keyword blacklisting, email blacklisting, restricting forms to specific user roles. All of this without writing a single line of code.\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FIb5qRdMr_v4?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch4>Styles & Layouts for Gravity Forms Premium Addons:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fai-for-gravity-forms\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>AI for Gravity Forms\u003C\u002Fstrong> \u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fmaterial-design\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Material Design\u003C\u002Fstrong> \u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fcheckbox-radio-styler-for-gravity-forms\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Checkbox & Radio Styler\u003C\u002Fstrong> \u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fgravity-forms-bootstrap-addon\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Bootstrap Design\u003C\u002Fstrong> \u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Ftheme-pack\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Theme Pack\u003C\u002Fstrong> \u003C\u002Fa> \u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Ftooltips\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Tooltips\u003C\u002Fstrong> \u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Ffield-icons\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Field Icons\u003C\u002Fstrong> \u003C\u002Fa> \u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fcustom-themes\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Custom Themes\u003C\u002Fstrong> \u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Faddon-bundle\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Addon Bundle\u003C\u002Fstrong>\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Powerful Anti-Spam Features (New!)\u003C\u002Fh4>\n\u003Cp>Gravity Booster now includes built-in spam protection tools to keep your forms clean and secure:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Keyword Blocking\u003C\u002Fstrong>\u003Cbr \u002F>\nBlock spam messages by setting specific keywords (e.g., “SEO service”, “backlink”, etc.). Any form submission containing these will be automatically blocked.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Email Filtering\u003C\u002Fstrong>\u003Cbr \u002F>\nDeny or allow submissions based on full email addresses or specific email domains. Easily block fake or disposable emails like mailinator.com, etc.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Role-Based Access Control\u003C\u002Fstrong>\u003Cbr \u002F>\nRestrict form visibility to specific WordPress user roles. You can limit form access to certain roles, ensuring the right users see the right forms.\u003C\u002Fp>\n\u003Cp>This functionality helps drastically reduce unwanted form submissions, particularly those caused by bots or spammy marketers.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This Gravity Forms styler comes with 150+ options\u003C\u002Fstrong> to customize various parts of form like form wrapper, form header, form title and description, submit button, radio inputs, checkbox inputs, paragraph textarea, labels, section breaks, descriptions, text inputs , dropdown menus, labels, sub labels, placeholders, list fields, confirmation message, error messages and more.\u003C\u002Fp>\n\u003Cp>You can set CSS options like background color, font size, font family, borders, width, text alignment, margin, padding, font color, text decoration, text case, font weight, line height and more for all the sections. You are no longer required to use custom CSS codes to create the perfect Gravity Forms design template. The designs created with this plugin will work even if you change your theme. This is only Gravity Forms styler plugin you will ever need.\u003C\u002Fp>\n\u003Cp>You can easily create responsive designs like having different font size, widths, line height etc on desktops, tablets and mobile phones.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>You can set a different style for each form.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Premium Addons to Extend the Functionality\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fai-for-gravity-forms\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>AI for Gravity Forms\u003C\u002Fstrong> \u003C\u002Fa>\u003Cbr \u002F>\n\u003Cstrong>This addon will add AI capabilities in your Gravity Forms.\u003C\u002Fstrong> You can generate AI text on form submission. You can optimize field labels. You can generate AI images on form submission with prompts that support merge tags. It also lets you use OpenAI’s vision capabilities to images uploaded using Gravity Forms File Upload field.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Checkout the below video to have a quick glance of AI for Gravity Forms addon\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FDhPTo93ICHQ?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fmaterial-design\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Material Design\u003C\u002Fstrong> \u003C\u002Fa>: \u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fgravity-forms-material-design-demo\u002F\" rel=\"nofollow ugc\">Online Demo\u003C\u002Fa>\u003Cbr \u002F>\n\u003Cstrong>This addon will add material design to Gravity Form with single click of button\u003C\u002Fstrong>. Checkboxes can be converted into material design compatible switch buttons with ripple effect. Color of material design theme can be easily changed using color picker.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Checkout the below video to have a quick glance of Material Design addon\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FdVmKGGqUdlQ?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fcheckbox-radio-styler-for-gravity-forms\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Checkbox & Radio Styler\u003C\u002Fstrong> \u003C\u002Fa>: \u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fcheckbox-radio-styler-for-gravity-forms-demo\u002F\" rel=\"nofollow ugc\">Online Demo\u003C\u002Fa>\u003Cbr \u002F>\n\u003Cstrong>This addon lets you change the design of checkbox and radio buttons\u003C\u002Fstrong>. There are plenty of design options to customize color, animations and style. You can use solid colors, images , switches or fontawesome icons inside checkbox and radio buttons.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Checkout the below video to have a quick glance of Checkbox & Radio addon\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FosG2MTgt8YA?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fgravity-forms-bootstrap-addon\u002F\" rel=\"nofollow ugc\">\u003Cstrong>Bootstrap Design\u003C\u002Fstrong>\u003C\u002Fa>:\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fgravity-form-bootstrap-design-demo\u002F\" rel=\"nofollow ugc\">Online Demo\u003C\u002Fa>\u003Cbr \u002F>\n\u003Cstrong>Bootstrap Design for Gravity Forms removes all the complexity and adds bootstrap to your form with one click\u003C\u002Fstrong> . This plugin uses Bootstrap 4. The bootsrap design will be applied to all fields, submit button, error & confirmation messages as well as progress bar. \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Checkout the below video to have a quick glance of Bootstrap Design addon\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FdrR_U-7YPxg?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Ftheme-pack\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Theme Pack\u003C\u002Fstrong> \u003C\u002Fa>:\u003Cbr \u002F>\n\u003Cstrong>Theme Pack for Styles and Layouts for Gravity Forms has a collection of 30+ beautifully crafted themes.\u003C\u002Fstrong> You will no longer need to change settings for each and every element of form. Gravity Forms Theme pack addon is highly configurable as you can modify the form design even after applying a theme. This addon has themes which uses gradient as background.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Checkout the below video to have a quick glance of themes addon\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FeYWCmBet54s?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Ftooltips\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Tooltips\u003C\u002Fstrong> \u003C\u002Fa>: \u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fgravity-forms-tooltips-demo\u002F\" rel=\"nofollow ugc\">Online Demo\u003C\u002Fa>\u003Cbr \u002F>\n\u003Cstrong>Tooltips addon lets you add tooltips next to field labels in Gravity Forms from customizer\u003C\u002Fstrong>. There are multiple colors, icons, animation effects, position options to make your tooltips look beautiful and resonate with your theme. \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Checkout the below video to have a quick glance of Tooltips addon\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FNu_hK3Lo9CU?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Ffield-icons\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Field Icons\u003C\u002Fstrong> \u003C\u002Fa>: \u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fgravity-forms-field-icons-demo\u002F\" rel=\"nofollow ugc\">Online Demo\u003C\u002Fa>\u003Cbr \u002F>\n\u003Cstrong>Field Icons addon lets you add images as well as fontawesome icons to Gravity Form fields\u003C\u002Fstrong>. It supports image and fontawesome icons for phone, single line input, quantity, custom post fields, post tags, post title, date, email, website, address, name and number fields. It will automatically detect all the fields present inside the form and give you the option to set icons for them. You can also change the position of icons from left to right. It also comes with an option to set padding for icon fields so that the form text doesn’t overlap with the icon. \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Checkout the below video to have a quick glance of Field Icons addon\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FKcMMW4ps_ts?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Fcustom-themes\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Custom Themes\u003C\u002Fstrong> \u003C\u002Fa>:\u003Cbr \u002F>\n\u003Cstrong>Custom Themes addon for Styles and Layouts for Gravity Forms lets you save your own form designs as themes.\u003C\u002Fstrong> You can create unlimited themes and apply them on unlimited forms. This addon will save a lot of time if you want to make two forms with same styling. You are free to modify the form design even after you have applied a theme.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwpmonks.com\u002Fdownloads\u002Faddon-bundle\u002F\" rel=\"nofollow ugc\"> \u003Cstrong>Addon Bundle\u003C\u002Fstrong>\u003C\u002Fa>:\u003Cbr \u002F>\nAddon Bundle is a collection of all the addons of Styles and Layouts for Gravity Forms and you will get it a special discounted price.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n","Gravity Booster - Styles and Layouts for Gravity Forms plugin lets you design and style Gravity Forms without CSS coding. You can also use it for addi &hellip;",40000,1268298,196,"2025-09-25T12:26:00.000Z","4.0",[177,178,179,180],"gravity-forms-css","gravity-forms-design","gravity-forms-styler","gravity-forms-tooltips","http:\u002F\u002Fwpmonks.com\u002Fstyles-layouts-gravity-forms","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fstyles-and-layouts-for-gravity-forms.5.26.zip",{"attackSurface":184,"codeSignals":328,"taintFlows":440,"riskAssessment":465,"analyzedAt":485},{"hooks":185,"ajaxHandlers":318,"restRoutes":324,"shortcodes":325,"cronEvents":326,"entryPointCount":327,"unprotectedCount":327},[186,192,196,200,204,208,213,217,222,226,230,234,238,242,246,250,254,259,263,266,269,271,276,278,281,284,287,291,295,297,301,305,309,313,317],{"type":187,"name":188,"callback":189,"file":190,"line":191},"action","admin_enqueue_scripts","lv_admin_scripts","admin\\class-gravity-forms-live-validation-admin.php",48,{"type":187,"name":193,"callback":194,"file":190,"line":195},"admin_head","lv_install_help",49,{"type":187,"name":197,"callback":198,"priority":98,"file":190,"line":199},"admin_init","lv_maybe_toggle_setting_from_list",50,{"type":187,"name":201,"callback":202,"file":190,"line":203},"admin_footer","lv_script_back",51,{"type":187,"name":205,"callback":206,"file":190,"line":207},"init","lv_load_dependencies",52,{"type":187,"name":209,"callback":210,"priority":211,"file":190,"line":212},"gform_field_advanced_settings","enable_live_valiadtion_advanced_settings",10,59,{"type":187,"name":214,"callback":215,"file":190,"line":216},"gform_editor_js","gf_live_valiadtion_editor_script",60,{"type":218,"name":219,"callback":220,"priority":211,"file":190,"line":221},"filter","gform_form_settings_menu","lv_maybe_save_settings_tabs",62,{"type":187,"name":223,"callback":224,"file":190,"line":225},"gform_form_settings_page_lv_form_setting","lv_form_setting_page",63,{"type":218,"name":227,"callback":228,"priority":211,"file":190,"line":229},"gform_form_actions","lv_modify_toolbar",64,{"type":218,"name":231,"callback":232,"file":190,"line":233},"gform_tooltips","lv_tooltips_gform",65,{"type":218,"name":235,"callback":236,"priority":211,"file":190,"line":237},"gform_admin_pre_render","lv_messaging",66,{"type":218,"name":239,"callback":240,"priority":211,"file":190,"line":241},"lv_auto_populate_validation_date","lv_date_field_auto_apply",76,{"type":218,"name":243,"callback":244,"priority":211,"file":190,"line":245},"lv_auto_populate_validation_email","lv_email_field_auto_apply",77,{"type":218,"name":247,"callback":248,"priority":211,"file":190,"line":249},"lv_auto_populate_validation_address","lv_address_field_auto_apply",79,{"type":218,"name":251,"callback":252,"priority":211,"file":190,"line":253},"lv_auto_populate_validation_time","lv_time_field_auto_apply",81,{"type":187,"name":255,"callback":256,"priority":257,"file":190,"line":258},"admin_print_footer_scripts","lv_output_script",20,778,{"type":187,"name":197,"callback":260,"file":261,"line":262},"lv_modify_settings","admin\\includes\\class-lv-dashboard.php",28,{"type":187,"name":188,"callback":264,"file":265,"line":257},"custom_admin_pointers_header","admin\\includes\\class-lv-pointers.php",{"type":187,"name":255,"callback":267,"file":265,"line":268},"custom_admin_pointers_footer",25,{"type":187,"name":197,"callback":197,"priority":74,"file":270,"line":211},"admin\\includes\\show-lv-on-form-list.php",{"type":187,"name":272,"callback":273,"file":274,"line":275},"wp_enqueue_scripts","enqueue_styles","public\\class-gravity-forms-live-validation.php",58,{"type":187,"name":272,"callback":277,"file":274,"line":212},"enqueue_scripts",{"type":218,"name":279,"callback":280,"file":274,"line":221},"gform_pre_render","lv_apply_validations_to_form",{"type":218,"name":282,"callback":283,"file":274,"line":233},"gform_form_args","lv_get_shortcode_attrs",{"type":187,"name":285,"callback":286,"priority":211,"file":274,"line":237},"gform_post_submission","lv_after_submission_gf",{"type":187,"name":288,"callback":289,"priority":211,"file":274,"line":290},"gform_post_paging","lv_after_paging",67,{"type":187,"name":292,"callback":293,"priority":211,"file":274,"line":294},"lv_pre_apply_validation","lv_modify_validations",69,{"type":187,"name":205,"callback":206,"file":274,"line":296},71,{"type":218,"name":298,"callback":299,"file":274,"line":300},"gform_logging_supported","set_logging_supported",72,{"type":187,"name":302,"callback":303,"file":274,"line":304},"wp_footer","print_script",74,{"type":187,"name":205,"callback":306,"file":307,"line":308},"lv_init_domain","real-time-validation-for-gravity-form.php",32,{"type":187,"name":310,"callback":311,"file":307,"line":312},"plugins_loaded","get_instance",34,{"type":187,"name":314,"callback":315,"file":307,"line":316},"activated_plugin","lv_validation_install",37,{"type":187,"name":310,"callback":311,"file":307,"line":191},[319],{"action":320,"nopriv":321,"callback":320,"hasNonce":321,"hasCapCheck":321,"file":322,"line":323},"lv_dismiss_error",false,"public\\includes\\lv-all-ajax.php",13,[],[],[],1,{"dangerousFunctions":329,"sqlUsage":330,"outputEscaping":336,"fileOperations":99,"externalRequests":99,"nonceChecks":327,"capabilityChecks":99,"bundledLibraries":439},[],{"prepared":99,"raw":327,"locations":331},[332],{"file":333,"line":334,"context":335},"uninstall.php",18,"$wpdb->get_results() with variable interpolation",{"escaped":28,"rawEcho":337,"locations":338},54,[339,342,344,346,348,350,352,354,356,358,360,362,363,364,365,366,367,368,370,371,372,374,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437],{"file":190,"line":340,"context":341},181,"raw output",{"file":190,"line":343,"context":341},330,{"file":190,"line":345,"context":341},353,{"file":190,"line":347,"context":341},457,{"file":190,"line":349,"context":341},459,{"file":190,"line":351,"context":341},771,{"file":190,"line":353,"context":341},791,{"file":190,"line":355,"context":341},822,{"file":190,"line":357,"context":341},826,{"file":190,"line":359,"context":341},833,{"file":190,"line":361,"context":341},837,{"file":261,"line":275,"context":341},{"file":261,"line":225,"context":341},{"file":261,"line":225,"context":341},{"file":261,"line":229,"context":341},{"file":261,"line":229,"context":341},{"file":261,"line":294,"context":341},{"file":261,"line":369,"context":341},82,{"file":265,"line":233,"context":341},{"file":265,"line":237,"context":341},{"file":265,"line":373,"context":341},68,{"file":265,"line":294,"context":341},{"file":274,"line":376,"context":341},182,{"file":274,"line":378,"context":341},184,{"file":274,"line":380,"context":341},201,{"file":274,"line":382,"context":341},203,{"file":274,"line":384,"context":341},223,{"file":274,"line":386,"context":341},229,{"file":274,"line":388,"context":341},242,{"file":274,"line":390,"context":341},250,{"file":274,"line":392,"context":341},266,{"file":274,"line":394,"context":341},269,{"file":274,"line":396,"context":341},271,{"file":274,"line":398,"context":341},277,{"file":274,"line":400,"context":341},284,{"file":274,"line":402,"context":341},285,{"file":274,"line":404,"context":341},286,{"file":274,"line":406,"context":341},303,{"file":274,"line":408,"context":341},304,{"file":274,"line":410,"context":341},305,{"file":274,"line":412,"context":341},310,{"file":274,"line":414,"context":341},311,{"file":274,"line":416,"context":341},312,{"file":274,"line":418,"context":341},319,{"file":274,"line":420,"context":341},323,{"file":274,"line":422,"context":341},327,{"file":274,"line":424,"context":341},333,{"file":274,"line":426,"context":341},379,{"file":274,"line":428,"context":341},385,{"file":274,"line":430,"context":341},386,{"file":274,"line":432,"context":341},395,{"file":274,"line":434,"context":341},830,{"file":322,"line":436,"context":341},26,{"file":322,"line":438,"context":341},29,[],[441,456],{"entryPoint":442,"graph":443,"unsanitizedCount":327,"severity":39},"lv_validation_dashboard (admin\\includes\\class-lv-dashboard.php:48)",{"nodes":444,"edges":454},[445,449],{"id":446,"type":447,"label":448,"file":261,"line":337},"n0","source","$_GET",{"id":450,"type":451,"label":452,"file":261,"line":294,"wp_function":453},"n1","sink","echo() [XSS]","echo",[455],{"from":446,"to":450,"sanitized":321},{"entryPoint":457,"graph":458,"unsanitizedCount":327,"severity":464},"\u003Cclass-lv-dashboard> (admin\\includes\\class-lv-dashboard.php:0)",{"nodes":459,"edges":462},[460,461],{"id":446,"type":447,"label":448,"file":261,"line":337},{"id":450,"type":451,"label":452,"file":261,"line":294,"wp_function":453},[463],{"from":446,"to":450,"sanitized":321},"low",{"summary":466,"deductions":467},"The \"real-time-validation-for-gravity-forms\" plugin v1.7.0 exhibits significant security concerns, primarily stemming from its unprotected AJAX endpoint and a history of severe vulnerabilities. The static analysis reveals a small attack surface with only one entry point, an AJAX handler, which critically lacks authentication checks. This opens the door for unauthenticated users to potentially trigger actions within the plugin, a major risk. Furthermore, the plugin shows poor output escaping practices, with only 5% of outputs being properly sanitized, indicating a high likelihood of Cross-Site Scripting (XSS) vulnerabilities being present in the code itself.  The taint analysis also flags two flows with unsanitized paths, suggesting potential for sensitive data manipulation or unauthorized actions if these paths are reachable.  \n\nThe plugin's vulnerability history is a major red flag. With three known CVEs, all of which are currently unpatched, and one classified as critical, the plugin has a pattern of introducing serious security flaws. The types of historical vulnerabilities, including XSS, CSRF, and PHP Remote File Inclusion, are particularly concerning as they can lead to complete site compromise. The most recent vulnerability being from May 2025, suggests a persistent issue with secure coding practices. While the plugin has no reported dangerous functions or external HTTP requests, and it does have one nonce check, these are overshadowed by the critical lack of authentication on its sole AJAX endpoint and the concerning historical vulnerability record. This plugin should be considered high risk and strongly advised against use until these critical issues are addressed.",[468,470,473,475,478,479,482,484],{"reason":469,"points":211},"Unprotected AJAX endpoint",{"reason":471,"points":472},"Poor output escaping (5% proper)",8,{"reason":474,"points":257},"Unpatched Critical CVE",{"reason":476,"points":477},"Unpatched Medium CVE",15,{"reason":476,"points":477},{"reason":480,"points":481},"SQL queries without prepared statements",5,{"reason":483,"points":481},"Taint flow with unsanitized path",{"reason":483,"points":481},"2026-03-16T18:37:23.131Z",{"wat":487,"direct":496},{"assetPaths":488,"generatorPatterns":491,"scriptPaths":492,"versionParams":493},[489,490],"\u002Fwp-content\u002Fplugins\u002Freal-time-validation-for-gravity-forms\u002Fadmin\u002Fassets\u002Fcss\u002Fgravity-forms-live-validation.css","\u002Fwp-content\u002Fplugins\u002Freal-time-validation-for-gravity-forms\u002Fadmin\u002Fassets\u002Fjs\u002Fgravity-forms-live-validation.js",[],[490],[494,495],"real-time-validation-for-gravity-forms\u002Fadmin\u002Fassets\u002Fcss\u002Fgravity-forms-live-validation.css?ver=","real-time-validation-for-gravity-forms\u002Fadmin\u002Fassets\u002Fjs\u002Fgravity-forms-live-validation.js?ver=",{"cssClasses":497,"htmlComments":500,"htmlAttributes":503,"restEndpoints":505,"jsGlobals":506,"shortcodeOutput":516},[498,499],"lv-form-settings","lv-toggle-switch",[501,502],"\u003C!-- THIS IS A HELP MESSAGE THAT SHOWS UP WHEN THE PLUGIN HAS BEEN ACTIVATED THE FIRST TIME -->","\u003C!-- LV Settings Page -->",[504],"data-field-type",[],[507,508,509,510,511,512,513,514,515],"window.gf_global.gf_field_type.push('name');","window.gf_global.gf_field_type.push('date');","window.gf_global.gf_field_type.push('time');","window.gf_global.gf_field_type.push('address');","window.gf_global.gf_field_type.push('phone');","window.gf_global.gf_field_type.push('email');","window.gf_global.gf_field_type.push('textarea');","window.gf_global.gf_field_type.push('text');","window.gf_global.gf_field_type.push('number');",[]]