This tool allows you to parse JSON-formatted API responses and visualize all available data paths for use in the API connector feeds Target Field mapping. […]
Read More… from Tool: Parse the possible paths from a JSON API response
This tool allows you to parse JSON-formatted API responses and visualize all available data paths for use in the API connector feeds Target Field mapping. […]
Read More… from Tool: Parse the possible paths from a JSON API response
The gwp_json_get modifier is extracts values from a JSON string stored in a Gravity Forms Field. […]
The GWP_DB_CONFIGS constant allows you to define multiple database connections in the wp-config.php. Each connection has its own unique settings, such as table names, database names, and optional external connection details. […]
This guide walks you through navigating form settings, adding feeds, configuring database actions, and mapping fields. Fine tune your data management with trash/delete settings and conditional logic. […]
Overview of commonly used MySQL data types. When you are mapping field values to database columns, make sure the field value matches the format of the database column. […]
Guide to creating a new table in your WordPress database using phpMyAdmin. […]
Read More… from Add an extra table to your WordPress database
Add, edit, or remove database connections that are available to your Entry to Database Feeds in individual forms. […]
Members capability issue If you have the Members plugin active you must add the necessary capabilities to your user’s role. Go to WP-Admin -> Members -> Roles -> Adminstrator -> GF Add-ons and tick the ‘ Add-On Settings’ box of the plugin you want to activate. Something went wrong There are situations when an unknown […]
The Feed Settings allow you to configure how data is sent and received from external APIs using the GravityWP API Connector. […]
In the GravityWP API Connector main settings page you can configure the connection settings. It is possible to add multiple APIs, manage authentication methods, and set custom headers for requests. […]
The gwp_urldecode can be used to decode url encoded values. […]
The behavior of the List Date Picker can be modified using the gwp_list_datepicker_options_pre_init filter. Filter parameters for the gwp_list_datepicker_options_pre_init filter: Example: how to limit the available dates to +/- 1 month from today Explanation Important References […]
How to turn a column in a List Field into a Text area. This provides more room to type text. […]
How to enable e-mail validation in a List Field. That way you can force valid emailaddresses to be entered in a List Field Column. […]
The `gwp_hash` modifier can be used to generate a hash of a field value with a specified algorithm and an optional salt. This can be useful for comparing data while hiding the actual value. […]
Generate a random token with customizable attributes like length and character set […]
How to set up a Mailpoet form feed that adds users to one or more MailPoet lists. […]
The gwp_censor Merge Tag modifier censors blacklisted words in a string using either a specified character or a fixed-length string. […]
The gwp_calculate Merge Tag returns the result of a calculation formula and formats the number as specified. […]
Style your sliders in the form settings. […]
Decrypt values that were encrypted using gwp_encrypt. […]
Allows the dynamic retrieval of user information based on the current logged-in user’s properties. […]
The gwp_sanitize modifier allows you to display sanitized or trimmed values […]
Enables the retrieval of entry properties using the encrypted entry ID (eeid) URL parameter. Intended for use on pages/posts/confirmation messages that are displayed in the browser. […]
Encrypt entry ids or entry field values using OpenSSL encryption. […]
Returns the post-id for a certain url. […]
Retrieve and display user roles based on a field value with the user’s login, email, or ID […]
How to use regular expressions to validate input in a List Text column. […]
Read More… from Creating a Regular Expression for Validation
Documentation about counting a Gravity Forms Poll Field. […]
The gwp_sum_matched_entries Modifier can be used to calculate the sum of a field value in multiple entries from another form, based on a shared value with optional extra filters. […]
The ‘gravitywp_list_dropdown_choices’ filter allows you to adapt or define the list dropdown choices. […]
Allows replacement of field merge tags in a text field’s value after submission of the form. […]
Read More… from Replace field merge tags in administrative field’s default value
Returns the currrent date and / or time or a modified and formatted date / time relative to the current date / time. […]
Combine modifiers like :value with advanced merge tag modifiers. […]
Returns the WordPress site url, the WordPress home url, the current url, or an element of the current url. […]
When updating date fields using ‘Add Custom Value’, it’s important that you update the field in the correct date format: Y-m-d. […]
Create quick and easy urls to use for Dynamic Population of Gravity Forms fields, also in Excel. […]
Specially for developers: how to add merge tags of your own plugin to the Merge Tags Meta tab. […]
Use multiple, nested modifiers to perform different actions on the Merge Tag value. […]
How to use Merge Tag values inside Advanced Merge Tags and Modifiers. […]
Retun a substring (part of) the original value and specify where the substring starts and what is the length. […]
How to set a Default Date for the List Field column. […]
What Date Formats are available and how to select. […]
How to configure the List Datepicker. […]
More information about the modal with CSS buttons. […]
Where to find the button to open the CSS modal. […]
When configuring your Update Multiple Entries action, you may want to use (or do something with) values from the Target Form itself. You can do that by using ‘target’ inside the Merge Tag. […]
How to add and configure Update Multiple Entries actions in your Form Settings. […]
Shows an overview of fields with active conditional logic rules and an overview of fields used in conditional logic rules. […]
Returns a modified date time relative to the date time of a field-value with a date/time string in the desired format. […]
How to set up a dropdown select input in a List Field […]
Read More… from Configure a List Field column as Dropdown select
To filter on Product Fields, we advice you to use ‘contains’ as a filter_operator. […]
Information about the filter hook ‘gwp_count_result’. […]
How to trigger (or postpone) the Field to Entries feed in a Workflow step. […]
How to configure the Field to Entries Feed. […]
Append text before and/or after the field value if the value is not empty. […]
Search and replace field values […]
Learn how to use JWT claims to dynamically populate other fields in a Gravity Form. […]
Instruction how to use the JSON Web Token Field. […]
Learn how to configure a Gravity Flow workflow step to generate a prefill JWT token. […]
Instruction how to use a shortcode to generate links with a JWT token. […]
Instruction for the Form settings page for JWT Prefill. […]
Use relative dates to filter the count result in between start_date and end_date […]
Count entries of the total of the number field for multiple forms. […]
Enable Valid Range Calculation, calculating the minimum and maximum value dependent on other values in your Gravity Form using Merge Tags. […]
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). […]
Min() and Max() formula, calculate the minimum or maximum value from a range of fields using Merge Tags. […]
Enabling Fixed Point Notation will force a number to always have the specified number of decimals, even if it’s zero. […]
How to round numbers, decide on number of decimal places and rounding method (round, ceil, floor) […]
How to filter with GravityView approved entries. […]
Turn a Number Field into a (range) Slider. […]
Show custom units like % or m2 behind a Number Field value. […]
Shows the currently available Merge Tags and Merge Tag Modifiers on your website (including GravityView, Flow and Advanced Merge Tags). […]
Shows information about the Admin Label, provides a Merge Tag with the Admin Label, Populate slug, Custom CSS and Field Type. […]
The Workflow Tab is only activated when you have Gravity Flow installed on your website. It shows information about the Workflow Steps, Workflow ID’s, Type, Status, Conditions and Next steps. […]
How to add your own CSS to the CSS Selector. […]
Gravity Flow is also supported in filtering the results of the GravityWP – Count shortcode. […]
How to use the shortcode (simple version, counting number fields of multiple entries, filters). […]
Extra Merge Tags with the List Column sum and Row count (number of rows). […]
Configure List Field Number Format, pick Rounding options and direction, Range and enable Range instructions or Column Total. […]
Returns a modified date time relative to the date time of a field-value with a date/time string in the desired format. […]
Returns a modified date time relative to the date time when the entry was last updated in the desired format. […]
Returns a modified date time relative to the date time when the entry was created in the desired format. […]
Returns the slug of one of the parent posts of the current post and let’s you pick the depth of ancestor you need. […]
Reverses a text string. […]
Counts the number of words in a string value. […]
Count the number of characters. […]
Gets styled multiple values from matched active entries. […]
URL encode the field value to pass it as an url parameter for dynamic population. […]
Converts all accent characters to ASCII characters. […]
Change value to uppercase, lowercase, first character uppercase or lowercase, or uppercase all the words […]
Retrieve values from entries from another form, based on a shared value. […]
This modifier can be used to count entries from another form, based on a shared value with optional extra filters. […]