[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fFwz7tSSgP1AGudQl9n_5ZvWD0w7Uu_Suf6j4a4Q8MBk":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":23,"download_link":24,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":35,"analysis":147,"fingerprints":189},"gravityops-search","GravityOps Search – Search and Display Gravity Forms Entries","1.0.6.1","BrightLeaf Digital","https:\u002F\u002Fprofiles.wordpress.org\u002Feitanatbrightleaf\u002F","\u003Cp>GravityOps Search is a free, powerful shortcode for searching Gravity Forms entries on the front end and displaying the matching results anywhere on your site. Instead of paging through the admin entries screen, you can drop a single shortcode into a page, post, GravityView, or custom template and surface exactly the data you need. It works like an Excel-style lookup for Gravity Forms entries: you define which forms and fields to search, how to compare the values, and what to output for each match.\u003C\u002Fp>\n\u003Cp>The core \u003Ccode>[gravops_search]\u003C\u002Fcode> shortcode lets you target one form, several forms, or even all forms at once. You can filter by one field or many, pass in values directly in the shortcode content, and control whether entries must match all conditions or any of them. The same shortcode can handle simple lookups (showing a single field from the latest matching entry) or more complex reporting-style views that combine fields, entry properties, and custom HTML. Because everything is driven by attributes, you stay in full control of which entries are included and how their data appears on the front end.\u003C\u002Fp>\n\u003Cp>Results are rendered through a flexible \u003Ccode>display\u003C\u002Fcode> attribute, which understands both simple comma-separated field lists and advanced custom display strings with placeholders. You can output raw values, mix multiple fields into labeled text, or construct HTML lists, tables, and cards with links, CSS classes, and nested shortcodes. This gives you a fully custom front-end listing of Gravity Forms entries that you can drop into any layout, theme, or builder, without building a custom query or touching PHP.\u003C\u002Fp>\n\u003Cp>GravityOps Search fully supports Gravity Forms entry properties (such as entry ID, form ID, created-by, and more) alongside regular fields, and it includes options for sorting, limiting, and deduplicating results before they are rendered. You can sort by field values or entry properties, choose ascending, descending, or random ordering, add a secondary sort key, and request unique values only. When no entries match, you can show fallback text or per-field default values, so front-end visitors never see a broken layout or confusing blank output.\u003C\u002Fp>\n\u003Cp>This plugin is built explicitly for front-end entry search and display. It does not add live search tools to the Gravity Forms admin area and does not replace the Entries screen. Instead, it focuses on one thing and does it well: querying Gravity Forms entries in the background and printing clean, formatted results on the pages your users actually see.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Front-end search for Gravity Forms entries using a single, flexible shortcode.\u003C\u002Fli>\n\u003Cli>Target all forms, a single form, or a comma-separated list of form IDs using the \u003Ccode>target\u003C\u002Fcode> attribute.\u003C\u002Fli>\n\u003Cli>Filter entries by a comma-separated list of field IDs or entry properties via the \u003Ccode>search\u003C\u002Fcode> attribute.\u003C\u002Fli>\n\u003Cli>Pass search values in the shortcode content, separated by a pipe (\u003Ccode>|\u003C\u002Fcode>) to match positions with the fields in \u003Ccode>search\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Choose whether entries must match all search conditions (default) or any condition by setting \u003Ccode>search_mode=\\\"any\\\"\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Use the \u003Ccode>operators\u003C\u002Fcode> attribute to control how each value is compared to its field, with support for equals, not-equals, partial matches, SQL-style \u003Ccode>LIKE\u003C\u002Fcode>, “in” \u002F “not in” arrays, and numeric comparisons (greater than \u002F less than \u002F greater-or-equal \u002F less-or-equal).\u003C\u002Fli>\n\u003Cli>Display one or many fields and properties for each result using the \u003Ccode>display\u003C\u002Fcode> attribute, which supports both simple lists and rich custom templates.\u003C\u002Fli>\n\u003Cli>Include entry properties and field values in your output using placeholder formats like \u003Ccode>{13}\u003C\u002Fcode>, \u003Ccode>{id}\u003C\u002Fcode>, \u003Ccode>{form_id}\u003C\u002Fcode>, and \u003Ccode>{gos:id}\u003C\u002Fcode> where appropriate.\u003C\u002Fli>\n\u003Cli>Build fully custom HTML output (lists, tables, cards, badges, buttons, links) directly inside the \u003Ccode>display\u003C\u002Fcode> string.\u003C\u002Fli>\n\u003Cli>Insert CSS classes and inline markup into the output so results adopt your theme’s design and layout patterns.\u003C\u002Fli>\n\u003Cli>Use the \u003Ccode>separator\u003C\u002Fcode> attribute to control how multiple entry results are separated (including HTML separators or no separator at all using \u003Ccode>__none__\u003C\u002Fcode>).\u003C\u002Fli>\n\u003Cli>Sort entries using \u003Ccode>sort_key\u003C\u002Fcode>, \u003Ccode>sort_direction\u003C\u002Fcode>, and \u003Ccode>sort_is_num\u003C\u002Fcode>, with optional \u003Ccode>secondary_sort_key\u003C\u002Fcode> and \u003Ccode>secondary_sort_direction\u003C\u002Fcode> for tie-breaking.\u003C\u002Fli>\n\u003Cli>Limit the number of results returned with \u003Ccode>limit\u003C\u002Fcode>, including support for \u003Ccode>limit=\\\"all\\\"\u003C\u002Fcode> when you need to show every matching entry.\u003C\u002Fli>\n\u003Cli>Turn on \u003Ccode>unique\u003C\u002Fcode> to return only unique result values, great for building deduplicated lists such as unique email addresses, user IDs, or other fields.\u003C\u002Fli>\n\u003Cli>Search for empty or blank values with the \u003Ccode>search_empty\u003C\u002Fcode> attribute and an empty shortcode content, to find incomplete or missing data.\u003C\u002Fli>\n\u003Cli>Provide fallback values when no entries match—or when individual fields are empty—using the \u003Ccode>default\u003C\u002Fcode> attribute.\u003C\u002Fli>\n\u003Cli>Add an admin link to each result with the \u003Ccode>link\u003C\u002Fcode> attribute so power users can jump directly from the front end to the entry in the Gravity Forms admin.\u003C\u002Fli>\n\u003Cli>Designed to work smoothly alongside GravityView, GravityMath, and other shortcodes that can be nested inside the output.\u003C\u002Fli>\n\u003Cli>Compatible with the legacy \u003Ccode>gfsearch\u003C\u002Fcode> snippet approach while offering ongoing updates and a more robust, plugin-based implementation.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How It Works\u003C\u002Fh3>\n\u003Cp>At its core, GravityOps Search evaluates your shortcode attributes and content to determine which entries to fetch, then formats each matching entry according to the \u003Ccode>display\u003C\u002Fcode> string you provide. The \u003Ccode>target\u003C\u002Fcode> attribute defines which forms to query: pass \u003Ccode>0\u003C\u002Fcode> to search all forms, a single form ID to target one form, or a comma-separated list of IDs for multi-form searches. The \u003Ccode>search\u003C\u002Fcode> attribute specifies the field IDs and entry properties to filter on, and the shortcode content supplies the corresponding values, separated by the pipe (\u003Ccode>|\u003C\u002Fcode>) character in the same order.\u003C\u002Fp>\n\u003Cp>You can configure the \u003Ccode>search_mode\u003C\u002Fcode> attribute to determine matching logic. The default mode (\u003Ccode>all\u003C\u002Fcode>) requires each entry to satisfy all conditions, while \u003Ccode>search_mode=\\\"any\\\"\u003C\u002Fcode> returns entries that meet at least one of the conditions listed. This gives you the flexibility to build both strict, multi-field filters and more permissive, keyword-style searches. If you need to perform a global search across all fields for a given value, you can leave the relevant search ID blank, and the plugin will look for that value anywhere in the entry.\u003C\u002Fp>\n\u003Cp>Sorting, limiting, and uniqueness are handled after the search conditions are applied. You can specify a \u003Ccode>sort_key\u003C\u002Fcode> (field ID, entry property, or meta key) with \u003Ccode>sort_direction\u003C\u002Fcode> set to \u003Ccode>ASC\u003C\u002Fcode>, \u003Ccode>DESC\u003C\u002Fcode>, or \u003Ccode>RAND\u003C\u002Fcode>. If you are sorting by numeric data, \u003Ccode>sort_is_num\u003C\u002Fcode> ensures values are compared correctly rather than as plain strings. When you need a consistent secondary ordering—such as sorting first by date and then by name—you can use \u003Ccode>secondary_sort_key\u003C\u002Fcode> and \u003Ccode>secondary_sort_direction\u003C\u002Fcode>. Once ordered, the plugin applies the \u003Ccode>limit\u003C\u002Fcode> attribute to control how many entries are actually returned and optionally filters down to unique results based on the full rendered output when \u003Ccode>unique\u003C\u002Fcode> is enabled.\u003C\u002Fp>\n\u003Cp>Defaults and fallbacks keep your front-end output robust. The \u003Ccode>default\u003C\u002Fcode> attribute can define text to display when no entries are found or when specific fields are empty, and the plugin can handle multiple default values mapped to multiple display fields. The \u003Ccode>separator\u003C\u002Fcode> attribute governs how multiple entries are joined, making it easy to build line-separated lists, HTML \u003Ccode>elements, or table rows. Because each [gravops_search]\u003C\u002Fcode> shortcode runs its own live database query, you can place different instances around your site to build different views of the same underlying Gravity Forms data.\u003C\u002Fp>\n\u003Ch3>Display and Formatting\u003C\u002Fh3>\n\u003Cp>The \u003Ccode>display\u003C\u002Fcode> attribute is the heart of how results are shown. In its simplest form, you can pass a comma-separated list of field IDs or entry properties, such as \u003Ccode>display=\\\"13,14,15\\\"\u003C\u002Fcode>. For each matching entry, GravityOps Search outputs those values in order, using sensible default separators between fields and entries. This mode is ideal when you simply need to surface raw values: a quick list of email addresses, a set of IDs, or basic single-column output.\u003C\u002Fp>\n\u003Cp>For more control, \u003Ccode>display\u003C\u002Fcode> supports custom display strings with placeholders. Instead of a list of IDs, you can provide a template like \u003Ccode>display=\\\"Name: {13}, Email: {14}\\\"\u003C\u002Fcode>, which will be rendered for each matching entry. Placeholders like \u003Ccode>{13}\u003C\u002Fcode> insert the value of field 13, while placeholders such as \u003Ccode>{id}\u003C\u002Fcode> and \u003Ccode>{form_id}\u003C\u002Fcode> work with entry properties. When you need to reference non-numeric properties or use merge tags in contexts that parse standard tags (such as GravityView content fields, confirmations, or notifications), you can use the special \u003Ccode>{gos:id}\u003C\u002Fcode> syntax. This gives you a consistent way to assemble complex messages, labels, and markup that incorporate both field data and meta data.\u003C\u002Fp>\n\u003Cp>The \u003Ccode>display\u003C\u002Fcode> attribute also accepts full HTML, including tags, attributes, and CSS classes. You can wrap values in \u003Ccode>,\u003C\u002Fcode>, \u003Ccode>,\u003C\u002Fcode>, “, or any other markup to build lists, tables, cards, or media objects. Because the \u003Ccode>separator\u003C\u002Fcode> attribute supports HTML as well, you can structure your markup so that each entry becomes one list item, table row, or card component. This makes it straightforward to integrate entry results into existing sections of your design, matching your theme and layout without a custom PHP query.\u003C\u002Fp>\n\u003Ch3>Nesting Shortcodes and Advanced Templates\u003C\u002Fh3>\n\u003Cp>GravityOps Search supports nesting other shortcodes inside the \u003Ccode>display\u003C\u002Fcode> attribute via a double-curly-brace syntax: \u003Ccode>{{ ... }}\u003C\u002Fcode>. This means you can embed tools like GravityMath, another \u003Ccode>gravops_search\u003C\u002Fcode>, or any other shortcode directly inside the output template for each entry. The outer \u003Ccode>[gravops_search]\u003C\u002Fcode> processes its own placeholders first and then hands the rendered string to the nested shortcodes, allowing you to feed entry values into calculations, secondary lookups, or formatting helpers.\u003C\u002Fp>\n\u003Cp>When you nest a second \u003Ccode>gravops_search\u003C\u002Fcode> inside the \u003Ccode>display\u003C\u002Fcode> attribute, each shortcode runs its own search and display logic in sequence. The outer shortcode resolves placeholders such as \u003Ccode>{13}\u003C\u002Fcode> and \u003Ccode>{gos:id}\u003C\u002Fcode> in its \u003Ccode>display\u003C\u002Fcode> string, while the nested shortcode uses its own \u003Ccode>display\u003C\u002Fcode> template and attributes. In nested scenarios where you need to reference placeholder values as input to another shortcode or formula, you can use the \u003Ccode>gos:id\u003C\u002Fcode> pattern without braces (for example, \u003Ccode>gos:21\u003C\u002Fcode>) to avoid conflicts with merge-tag parsing. This lets you do things like passing a field value into a GravityMath filter or dynamically controlling filters and IDs inside the nested shortcode configuration.\u003C\u002Fp>\n\u003Cp>Because nested shortcodes are fully supported and the plugin respects all standard shortcode attributes, you can construct sophisticated, layered outputs without custom PHP. For example, you can build a front-end summary that uses one \u003Ccode>[gravops_search]\u003C\u002Fcode> to list matching entries, another to pull related entries, and a GravityMath shortcode to compute totals—all wrapped in your own HTML structure. GravityOps Search handles placeholder substitution and nested processing order so that each piece of your template receives the data it needs at the right time.\u003C\u002Fp>\n\u003Ch3>Search Operators and Multi-Input Fields\u003C\u002Fh3>\n\u003Cp>The \u003Ccode>operators\u003C\u002Fcode> attribute lets you tell GravityOps Search exactly how to compare each search value against its corresponding field or property. You define a comma-separated list of operators that line up with the IDs in the \u003Ccode>search\u003C\u002Fcode> attribute. Supported operators include equality (\u003Ccode>=\u003C\u002Fcode> or \u003Ccode>is\u003C\u002Fcode>), inequality (\u003Ccode>!=\u003C\u002Fcode>, \u003Ccode>isnot\u003C\u002Fcode>, \u003Ccode>is not\u003C\u002Fcode>), partial matches (\u003Ccode>contains\u003C\u002Fcode>), SQL-style wildcard matches (\u003Ccode>like\u003C\u002Fcode>), membership tests (\u003Ccode>in\u003C\u002Fcode>, \u003Ccode>not in\u003C\u002Fcode>), and numeric comparisons (\u003Ccode>gt\u003C\u002Fcode>, \u003Ccode>lt\u003C\u002Fcode>, \u003Ccode>gt=\u003C\u002Fcode>, \u003Ccode>lt=\u003C\u002Fcode>). If you provide fewer operators than search fields, remaining fields default to exact matches; extra operators beyond the number of fields are ignored. When you omit \u003Ccode>operators\u003C\u002Fcode> entirely, all fields use exact matching by default.\u003C\u002Fp>\n\u003Cp>For more advanced scenarios, certain operators expect specific value formats. When using \u003Ccode>in\u003C\u002Fcode> or \u003Ccode>not in\u003C\u002Fcode>, for example, you can pass a PHP-style array in the shortcode content—such as \u003Ccode>array(\\'item one\\',\\'item two\\',\\'item three\\')\u003C\u002Fcode>—to test whether the field value appears in that list. This makes it easy to filter entries against multiple acceptable values for a single field without duplicating field IDs. Combined with \u003Ccode>search_mode\u003C\u002Fcode>, you can express a wide range of conditions: from strict multi-field comparisons to flexible multi-value lists and keyword-style filters.\u003C\u002Fp>\n\u003Cp>Multi-input Gravity Forms fields (like Name, Address, and Checkbox fields) are fully supported, but they behave differently for display versus search. When displaying, using the base field ID in a placeholder (e.g., \u003Ccode>{13}\u003C\u002Fcode>) automatically combines all sub-inputs (such as first name and last name) into a single string separated by spaces. If you need to display a specific sub-input—like first name only—you can use its input ID directly, for example \u003Ccode>{13.3}\u003C\u002Fcode>. When searching, checkboxes are best handled by searching the base field ID so that changes to individual options or dynamic checkboxes do not break the search. Other multi-input fields (like Name and Address) should be searched using their individual input IDs (e.g., \u003Ccode>13.3\u003C\u002Fcode>, \u003Ccode>13.6\u003C\u002Fcode>), as searching by the base ID will not work for those types.\u003C\u002Fp>\n\u003Ch3>Performance and Access Control\u003C\u002Fh3>\n\u003Cp>Every \u003Ccode>[gravops_search]\u003C\u002Fcode> shortcode runs a live database query against Gravity Forms entries, so thoughtful usage is important for both performance and privacy. On the performance side, heavy use of \u003Ccode>limit=\\\"all\\\"\u003C\u002Fcode>, many nested shortcodes, and large forms with complex conditions can slow down page loads. To keep pages responsive, it is recommended to set a reasonable \u003Ccode>limit\u003C\u002Fcode> where possible, minimize unnecessary nesting, and consider caching the rendered page output using your preferred caching plugin or server-level caching tools. These simple steps help ensure that even data-heavy views remain fast and reliable.\u003C\u002Fp>\n\u003Cp>On the access-control side, the shortcode does not enforce any special permission checks by itself. Anyone who can view the page where the shortcode is placed will be able to see whatever Gravity Forms entry data you choose to display, including potentially sensitive information. To protect private or restricted data, you should place the shortcode inside pages or templates that are protected by membership plugins, password protection, role-based visibility, or other gating mechanisms. This keeps the plugin flexible and focused on data retrieval and formatting, while allowing you to decide how and where to expose entry data based on your site’s security model.\u003C\u002Fp>\n\u003Cp>GravityOps Search is designed to be both powerful and predictable: you define the forms, fields, filters, and display template, and the plugin takes care of querying and rendering. Used thoughtfully, it becomes a core tool for building dynamic, entry-driven front-end experiences on top of Gravity Forms, without custom development or complex integrations.\u003C\u002Fp>\n","Search Gravity Forms entries on the front end and display matching results anywhere. Filter by any field value. Output custom formatted data.",0,485,"","6.9.4","6.5","8.0",[18,19,20,21,22],"display-form-entries","form-data-lookup","frontend-entry-search","gravity-forms","shortcode-results-display","https:\u002F\u002Fbrightleafdigital.io\u002Fgravityops-search\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgravityops-search.1.0.6.1.zip",100,null,"2026-03-15T10:48:56.248Z",[],{"slug":30,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":25,"avg_security_score":25,"avg_patch_time_days":32,"trust_score":33,"computed_at":34},"eitanatbrightleaf",4,30,94,"2026-04-04T15:08:11.865Z",[36,59,81,103,125],{"slug":37,"name":38,"version":39,"author":40,"author_profile":41,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":14,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":56,"download_link":57,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":58},"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",[52,53,21,54,55],"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","2026-03-15T15:16:48.613Z",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":69,"num_ratings":70,"last_updated":71,"tested_up_to":72,"requires_at_least":73,"requires_php":13,"tags":74,"homepage":79,"download_link":80,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":58},"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,92,196,"2025-09-25T12:26:00.000Z","6.8.5","4.0",[75,76,77,78],"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",{"slug":82,"name":83,"version":84,"author":85,"author_profile":86,"description":87,"short_description":88,"active_installs":89,"downloaded":90,"rating":91,"num_ratings":92,"last_updated":93,"tested_up_to":94,"requires_at_least":95,"requires_php":13,"tags":96,"homepage":101,"download_link":102,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":58},"acf-gravityforms-add-on","Advanced Custom Fields: Gravity Forms Add-on","1.3.10","DannyvanHolten","https:\u002F\u002Fprofiles.wordpress.org\u002Fdannyvanholten\u002F","\u003Cp>Provides an Advanced Custom Field which allows a WordPress editorial user or administrator to select a Gravity Form as part of a field group configuration.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin does not have any effect on the frontend of the website. It does not output the form, nor does it modify the output of existing forms. The plugin only adds a custom ACF field type for use in an ACF field group.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Full documentation can be found in the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FSayHelloGmbH\u002Facf-gravityforms-add-on\u002F\" rel=\"nofollow ugc\">plugin’s GitHub Repository\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Development\u003C\u002Fh3>\n\u003Cp>Version 1.3.2 added a plain HTML filter to the output of the field. This filter is not applied to fields in ACF version 4.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>apply_filters('acf-gravityforms-add-on\u002Ffield_html', string $field_html, array $field, string $field_options, string $multiple)\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Provides an Advanced Custom Field which allows a WordPress user to select a Gravity Form as part of a field group configuration.",30000,552315,84,14,"2025-12-02T17:20:00.000Z","6.9.0","4.6",[97,98,99,21,100],"acf","advanced-custom-fields","form","sayhellogmbh","https:\u002F\u002Fgithub.com\u002Fsayhellogmbh\u002Facf-gravityforms-add-on","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-gravityforms-add-on.1.3.10.zip",{"slug":104,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":25,"num_ratings":113,"last_updated":114,"tested_up_to":115,"requires_at_least":116,"requires_php":117,"tags":118,"homepage":123,"download_link":124,"security_score":69,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":58},"gravity-forms-google-analytics-event-tracking","Event Tracking for Gravity Forms","2.5.0","Ronald Huereca","https:\u002F\u002Fprofiles.wordpress.org\u002Fronalfy\u002F","\u003Cblockquote>\n\u003Cp>Gravity Forms has launched \u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002Fadd-ons\u002Fgoogle-analytics\u002F\" rel=\"nofollow ugc\">an official Google Analytics Add-on\u003C\u002Fa>. It is the successor to this plugin.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>This plugin provides an easy way to add event tracking to your Gravity Forms using Google Analytics and Google Tag Manager.\u003C\u002Fp>\n\u003Cp>This plugin support Google Analytics 3 and \u003Ca href=\"https:\u002F\u002Fmediaron.com\u002Fevent-tracking-with-gravity-forms-and-google-analytics-4\u002F\" rel=\"nofollow ugc\">Google Analytics 4\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\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\u002FrHW3roCuNSI?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&start=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\u003Cp>\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?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent&listType=playlist&list=PLw2fSxxzure57usQNLMZrIAwn3DbRmaaF\" 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\u003Cp>Also supports:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Pagination events\u003C\u002Fli>\n\u003Cli>JS only events\u003C\u002Fli>\n\u003Cli>Google Tag Manager\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Setup Guide\u003C\u002Fh4>\n\u003Cp>Looking for help setting things up? \u003Ca href=\"https:\u002F\u002Fmediaron.com\u002Fevent-tracking-for-gravity-forms\u002F?utm_source=wordpress_org&utm_medium=documentation&utm_campaign=event_tracking\" rel=\"nofollow ugc\">Read Our Setup Guide\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Minimum Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Gravity Forms 2.5\u003C\u002Fli>\n\u003Cli>Google Analytics Universal Analytics v3\u003C\u002Fli>\n\u003Cli>Google Tag Manager (optional)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Submit events to Google Analytics using the Measurement Protocol, JavaScript, or using Google Tag Manager\u003C\u002Fli>\n\u003Cli>Add multiple event feeds with conditionals\u003C\u002Fli>\n\u003Cli>Custom event categories, actions, labels and even values\u003C\u002Fli>\n\u003Cli>Track form pagination events\u003C\u002Fli>\n\u003Cli>Dynamic event value on payment forms (integration with the payment add-ons including Paypal Standard, PayPal Pro, Stripe, etc…)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For payment based forms, you can leave the value blank to convert using the total payment amount.\u003C\u002Fp>\n\u003Cp>Development happens on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fronalfy\u002Fwordpress-gravity-forms-event-tracking\u002F\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Please \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fgravity-forms-google-analytics-event-tracking\u002Freviews\u002F#new-post\" rel=\"ugc\">Rate the Plugin\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fmediaron.com\u002Fgive\u002F\" rel=\"nofollow ugc\">Give Back\u003C\u002Fa> to show support.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>Get the official Gravity Forms Google Analytics Add-on\u003C\u002Fp>\n\u003Cp>The official Gravity Forms add-on is here and is the successor to this plugin.\u003C\u002Fp>\n\u003Cp>Find out more details about the \u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002Fadd-ons\u002Fgoogle-analytics\u002F\" rel=\"nofollow ugc\">Gravity Forms Google Analytics Add-on\u003C\u002Fa>.\u003C\u002Fp>\n","Easily add event tracking using Gravity Forms and your Google Analytics or Google Tag Manager account. Supports Google Analytics v3 and Gravity Forms  &hellip;",20000,673836,37,"2024-11-03T23:15:00.000Z","6.7.5","5.5","5.6",[119,120,21,121,122],"google-analytics","google-tag-manager","matomo","piwik","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fgravity-forms-google-analytics-event-tracking\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgravity-forms-google-analytics-event-tracking.2.5.0.zip",{"slug":126,"name":127,"version":128,"author":129,"author_profile":130,"description":131,"short_description":132,"active_installs":111,"downloaded":133,"rating":134,"num_ratings":135,"last_updated":136,"tested_up_to":72,"requires_at_least":137,"requires_php":138,"tags":139,"homepage":143,"download_link":144,"security_score":25,"vuln_count":145,"unpatched_count":11,"last_vuln_date":146,"fetched_at":58},"gravity-forms-pdf-extended","Gravity PDF","6.12.6.3","Jake Jackson","https:\u002F\u002Fprofiles.wordpress.org\u002Fblue-liquid-designs\u002F","\u003Cp>\u003Cstrong>Gravity PDF is the ultimate third-party PDF automation tool for generating digital PDFs using the popular form-builder plugin Gravity Forms.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Highly Customizable PDFs\u003C\u002Fh4>\n\u003Cp>Out of the box you get four highly-customizable PDF designs. Within minutes, you can personalize the look and feel by adding your company logo, header, footer, paper size \u002F orientation, font, color and size. If the free designs don’t suit, select from our range of templates in the \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fstore\u002F#templates\" rel=\"nofollow ugc\">Template Shop\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fbespoke\u002F\" rel=\"nofollow ugc\">go bespoke and have a template build by our team\u003C\u002Fa>, or \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fdevelopers\u002Fstart-customising\" rel=\"nofollow ugc\">build your own using HTML\u002FCSS\u002FPHP\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Send as Email Attachment\u003C\u002Fh4>\n\u003Cp>Gravity PDF can automatically email the PDF to both the admin and the user as soon as the form is completed. You can combine this feature with a Gravity Forms payment add-on \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fnews\u002Fsell-personalized-pdf-documents-using-gravity-forms\u002F\" rel=\"nofollow ugc\">to sell personalized reports, gift certificates, or generate PDF invoices\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Privacy, Security, and GDPR\u003C\u002Fh4>\n\u003Cp>Gravity PDF generates PDFs on your web server, and no third-party service receives your sensitive Gravity Forms entry data. \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Fpdf-security\" rel=\"nofollow ugc\">Robust security protects your documents\u003C\u002Fa>, and \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Fgdpr-and-gravity-pdf\" rel=\"nofollow ugc\">the plugin is GDPR-compliant\u003C\u002Fa> for our European friends.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Digital document management with WordPress and Gravity Forms just became simple with Gravity PDF!\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Free Feature\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Unlimited Use, No Restrictions\u003C\u002Fstrong> – There are zero hard limits to the number of PDFs you can configure across all your forms or generate on your entries. Gravity PDF does \u003Cstrong>NOT\u003C\u002Fstrong> stamp documents with our logo, limit the number of PDFs you can create per month, or purposefully restrict essential functionality to force you to upgrade to a paid plan.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Privacy and Security\u003C\u002Fstrong> – your form data is never sent to a third party to generate the PDFs and the documents are generated directly on your web server. \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Fpdf-security#default-security\" rel=\"nofollow ugc\">Strong access control policies are put in place\u003C\u002Fa> to prevent unauthenticated access to your PDFs.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multilingual\u003C\u002Fstrong> – a multitude of languages from across the globe can be displayed in PDFs, include complex scripts like Hebrew, Arabic, Thai, Japanese, Chinese, and Korean.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Additional Fonts\u003C\u002Fstrong> – match your branding and enhance the overall look and feel of PDFs by install your own fonts.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Columns\u003C\u002Fstrong> – use \u003Ca href=\"https:\u002F\u002Fdocs.gravityforms.com\u002Fworking-with-columns\u002F\" rel=\"nofollow ugc\">Drag and Drop columns\u003C\u002Fa> in Gravity Forms and \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Fcolumns\" rel=\"nofollow ugc\">PDFs will automatically mimic that layout\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Shortcode and Merge Tags\u003C\u002Fstrong> – You can generate a link or URL to PDFs \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Fshortcodes-and-mergetags\" rel=\"nofollow ugc\">using both shortcodes and merge tags\u003C\u002Fa> so your users can download the PDF right after form submission.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Export Entries\u003C\u002Fstrong> – include the direct link to any PDF(s) when \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Finclude-pdfs-in-entry-export\" rel=\"nofollow ugc\">exporting your form entries\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Webhooks Add-on\u003C\u002Fstrong> – \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Fwebhooks-support\" rel=\"nofollow ugc\">send the direct PDF link with Webhook requests\u003C\u002Fa> when using Gravity Forms Webhooks add-on.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gravity Flow\u003C\u002Fstrong> – create complex workflows \u003Ca href=\"https:\u002F\u002Fgravityflow.io\" rel=\"nofollow ugc\">using Gravity Flow\u003C\u002Fa> and automatically email Gravity PDF-generated documents at any step in the workflow.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>GravityView\u003C\u002Fstrong> – add links to PDFs when building a members area \u003Ca href=\"https:\u002F\u002Fgravityview.co\" rel=\"nofollow ugc\">using GravityView\u003C\u002Fa> + \u003Ca href=\"https:\u002F\u002Fgravityview.co\u002Fextensions\u002Fadvanced-filter\u002F\" rel=\"nofollow ugc\">Advanced Filtering add-on\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Background Processing\u003C\u002Fstrong> – generating PDFs on form submission can be time consuming. \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Fbackground-processing\" rel=\"nofollow ugc\">Offload it to a background process\u003C\u002Fa> will ensure form submissions are processed faster.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Design PDFs\u003C\u002Fstrong> – developers can build their own PDF templates using HTML, CSS, and PHP \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fdevelopers\u002Fstart-customising\" rel=\"nofollow ugc\">with the help of our developer documentation\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Documentation and Support\u003C\u002Fstrong> – there is \u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Ffive-minute-install\" rel=\"nofollow ugc\">extensive documentation\u003C\u002Fa> covering every feature of Gravity PDF that you can comb through, plus we provide \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fsupport\u002F\" rel=\"nofollow ugc\">free general support to all users\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Unlock More Functionality\u003C\u002Fh4>\n\u003Cp>Pay for additional PDF designs and functionality \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fstore\u002F\" rel=\"nofollow ugc\">from our online store\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>New Designs\u003C\u002Fstrong> – get access to 9 additional universal designs, 6 certificates, 6 invoices, and 3 letter styles\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Additional customizations\u003C\u002Fstrong> – watermark PDFs with your own logo or text, control fields that should be displayed per PDF, add field descriptions, display all checkbox or radio field options, add notes, show field values instead of labels, and hide the product table\u003C\u002Fli>\n\u003Cli>\u003Cstrong>On-screen Preview\u003C\u002Fstrong> – allow users to preview the PDF before form submission (and optionally payment) so they can see what the end result will be. This is a great feature for capturing e-signatures, selling PDF reports \u002F  certificates \u002F gift cards, or providing an on-screen proof before the PDF is sent to the printers (perfect for business cards).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Bulk Download\u003C\u002Fstrong> – search, filter, and select entries and then zip up all your PDFs and download all together in a convenient zip file\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smart Loading Indicator\u003C\u002Fstrong> – improve the UX for your users when generating complex PDFs that take time to create.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>GravityView\u003C\u002Fstrong> – turn \u003Ca href=\"https:\u002F\u002Fwww.gravitykit.com\u002Fproducts\u002Fgravityview\u002F\" rel=\"nofollow ugc\">GravityView\u003C\u002Fa> into a drag-and-drop PDF builder for your Single Entry View Layouts.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>GFChart\u003C\u002Fstrong> – create PDF reports that display pie, bar, or column charts with aggregate Gravity Forms data \u003Ca href=\"https:\u002F\u002Fgfchart.com\" rel=\"nofollow ugc\">using GFChart\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>30-Day Refund Guarantee\u003C\u002Fstrong> – Purchase with confidence knowing when you buy a product from our store that you can get a refund within 30 days, for any reason.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Hire the Experts\u003C\u002Fh4>\n\u003Cp>Need a tailor-made solution for Gravity PDF that solves complex business problems? Our team of experienced developers have helped thousands of businesses like yours to accomplish these goals. We can even fill existing PDFs like government forms, without sending your sensitive entry data to a third-party server! \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fbespoke\u002F\" rel=\"nofollow ugc\">Find out more\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Documentation & Support\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fdocs.gravitypdf.com\u002Fv6\u002Fusers\u002Ffive-minute-install\u002F\" rel=\"nofollow ugc\">We have extensive documentation on using Gravity PDF\u003C\u002Fa>, and our friendly support team provides \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fsupport\u002F#contact-support\" rel=\"nofollow ugc\">FREE basic support via GravityPDF.com\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Contribute\u003C\u002Fh4>\n\u003Cp>All development for Gravity PDF \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FGravityPDF\u002Fgravity-pdf\u002F\" rel=\"nofollow ugc\">is handled via GitHub\u003C\u002Fa>. Opening new issues or submitting a pull request is welcome.\u003C\u002Fp>\n\u003Cp>Keep up to date with Gravity PDF by \u003Ca href=\"https:\u002F\u002Fgravitypdf.com\u002Fsignup\u002F\" rel=\"nofollow ugc\">subscribing to the newsletter\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fgravitypdf\" rel=\"nofollow ugc\">following us on Twitter\u002FX\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fwww.youtube.com\u002Fgravitypdf\" rel=\"nofollow ugc\">subscribing to our YouTube channel\u003C\u002Fa>, and \u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fgravitypdf\" rel=\"nofollow ugc\">liking us on Facebook\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>If you enjoy using the software \u003Ca href=\"https:\u002F\u002Fwww.g2.com\u002Fproducts\u002Fgravity-pdf\u002Freviews\" rel=\"nofollow ugc\">we’d love it if you could give us a review!\u003C\u002Fa>\u003C\u002Fp>\n","Automatically generate, email and download PDF documents from Gravity Forms entries",2067312,98,317,"2025-07-23T22:00:00.000Z","5.3","7.3",[140,141,99,21,142],"contact-form","email","pdf","https:\u002F\u002Fgravitypdf.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgravity-forms-pdf-extended.6.12.6.3.zip",1,"2022-06-14 00:00:00",{"attackSurface":148,"codeSignals":174,"taintFlows":182,"riskAssessment":183,"analyzedAt":188},{"hooks":149,"ajaxHandlers":167,"restRoutes":168,"shortcodes":169,"cronEvents":173,"entryPointCount":145,"unprotectedCount":11},[150,156,159,163],{"type":151,"name":152,"callback":153,"priority":145,"file":154,"line":155},"action","plugins_loaded","closure","gravityops-search.php",28,{"type":151,"name":157,"callback":153,"file":154,"line":158},"admin_notices",46,{"type":151,"name":160,"callback":153,"priority":161,"file":154,"line":162},"gform_loaded",5,56,{"type":151,"name":164,"callback":153,"file":165,"line":166},"admin_menu","includes\\class-gravityops-search.php",90,[],[],[170],{"tag":171,"callback":171,"file":165,"line":172},"gravops_search",66,[],{"dangerousFunctions":175,"sqlUsage":176,"outputEscaping":178,"fileOperations":11,"externalRequests":11,"nonceChecks":11,"capabilityChecks":145,"bundledLibraries":181},[],{"prepared":11,"raw":11,"locations":177},[],{"escaped":179,"rawEcho":11,"locations":180},9,[],[],[],{"summary":184,"deductions":185},"The gravityops-search plugin, version 1.0.6.1, demonstrates a strong security posture based on the provided static analysis. The absence of dangerous functions, all SQL queries utilizing prepared statements, and 100% output escaping are significant strengths. Furthermore, the plugin has no recorded vulnerabilities (CVEs), indicating a history of secure development or thorough vetting. The limited attack surface, consisting solely of one shortcode with no apparent unprotected entry points, is also a positive sign. The presence of a capability check, even with zero AJAX handlers and REST API routes, suggests an awareness of access control, although its specific implementation isn't detailed. The lack of taint analysis findings is also reassuring. While the absence of nonce checks on its sole entry point (the shortcode) is a minor concern, it is mitigated by the overall lack of complex interactions and the plugin's seemingly focused functionality. The plugin appears to be well-developed with security in mind, but the potential for improvements regarding nonce validation on its shortcode should be considered.",[186],{"reason":187,"points":161},"Missing nonce checks on shortcode","2026-03-17T05:57:15.533Z",{"wat":190,"direct":196},{"assetPaths":191,"generatorPatterns":193,"scriptPaths":194,"versionParams":195},[192],"\u002Fwp-content\u002Fplugins\u002Fgravityops-search\u002Fvendor\u002FGOS\u002Fgravityops\u002Fcore\u002Fassets\u002F",[],[],[],{"cssClasses":197,"htmlComments":201,"htmlAttributes":202,"restEndpoints":204,"jsGlobals":205,"shortcodeOutput":207},[198,199,200],"gops-card","gops-card--brand","gops-title",[],[203],"data-gos-id",[],[206],"GravityOpsSearch",[208],"[gravops_search]"]