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 […]
Enable Textarea
How to turn a column in a List Field into a Text area. This provides more room to type text. […]
Enable Email validation
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. […]
gwp_hash
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. […]
gwp_generate_token
Generate a random token with customizable attributes like length and character set […]
Connect your form to a MailPoet list
How to set up a Mailpoet form feed that adds users to one or more MailPoet lists. […]
gwp_censor
The gwp_censor Merge Tag modifier censors blacklisted words in a string using either a specified character or a fixed-length string. […]
gwp_calculate
The gwp_calculate Merge Tag returns the result of a calculation formula and formats the number as specified. […]
Styling the Range Slider
Style your sliders in the form settings. […]
gwp_decrypt
Decrypt values that were encrypted using gwp_encrypt. […]
gwp_user
Allows the dynamic retrieval of user information based on the current logged-in user’s properties. […]
gwp_sanitize
The gwp_sanitize modifier allows you to display sanitized or trimmed values […]
gwp_eeid
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. […]
gwp_encrypt
Encrypt entry ids or entry field values using OpenSSL encryption. […]
gwp_post_id
Returns the post-id for a certain url. […]
gwp_user_role
Retrieve and display user roles based on a field value with the user’s login, email, or ID […]
Creating a Regular Expression for Validation
How to use regular expressions to validate input in a List Text column. […]
Read More… from Creating a Regular Expression for Validation
Poll Field
Documentation about counting a Gravity Forms Poll Field. […]
gwp_sum_matched_entries_values
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. […]
Dynamically generate List Dropdown choices
The ‘gravitywp_list_dropdown_choices’ filter allows you to adapt or define the list dropdown choices. […]
Replace field merge tags in administrative field’s default value
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
gwp_now
Returns the currrent date and / or time or a modified and formatted date / time relative to the current date / time. […]
Combine regular with advanced modifiers
Combine modifiers like :value with advanced merge tag modifiers. […]
gwp_url
Returns the WordPress site url, the WordPress home url, the current url, or an element of the current url. […]
Updating date fields
When updating date fields using ‘Add Custom Value’, it’s important that you update the field in the correct date format: Y-m-d. […]
Dynamic population url
Create quick and easy urls to use for Dynamic Population of Gravity Forms fields, also in Excel. […]
Filter Hook Meta Tab
Specially for developers: how to add merge tags of your own plugin to the Merge Tags Meta tab. […]
Nested Modifiers
Use multiple, nested modifiers to perform different actions on the Merge Tag value. […]
Nested Merge Tags
How to use Merge Tag values inside Advanced Merge Tags and Modifiers. […]
gwp_substring
Retun a substring (part of) the original value and specify where the substring starts and what is the length. […]
Setting Default Date
How to set a Default Date for the List Field column. […]
Selecting Date Format
What Date Formats are available and how to select. […]
Configuring List Datepicker
How to configure the List Datepicker. […]
Selecting CSS
More information about the modal with CSS buttons. […]
Open CSS modal
Where to find the button to open the CSS modal. […]
Target Form Merge Tags
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. […]
Settings
How to add and configure Update Multiple Entries actions in your Form Settings. […]
Conditional Logic Tab
Shows an overview of fields with active conditional logic rules and an overview of fields used in conditional logic rules. […]
gwp_date_format
Returns a modified date time relative to the date time of a field-value with a date/time string in the desired format. […]
Configure a List Field column as Dropdown select
How to set up a dropdown select input in a List Field […]
Read More… from Configure a List Field column as Dropdown select
Product filter
To filter on Product Fields, we advice you to use ‘contains’ as a filter_operator. […]
Output format filter
Information about the filter hook ‘gwp_count_result’. […]
Workflow step
How to trigger (or postpone) the Field to Entries feed in a Workflow step. […]
Configuring the feed
How to configure the Field to Entries Feed. […]
gwp_append
Append text before and/or after the field value if the value is not empty. […]
gwp_replace
Search and replace field values […]
Populate Dynamically
Learn how to use JWT claims to dynamically populate other fields in a Gravity Form. […]
JSON Web Token Field
Instruction how to use the JSON Web Token Field. […]
Workflow step JWT Prefill
Learn how to configure a Gravity Flow workflow step to generate a prefill JWT token. […]
Shortcode gwp_jwt_link
Instruction how to use a shortcode to generate links with a JWT token. […]
Settings JWT Prefill
Instruction for the Form settings page for JWT Prefill. […]
Relative date filter
Use relative dates to filter the count result in between start_date and end_date […]
Counting multiple forms
Count entries of the total of the number field for multiple forms. […]
Calculated min / max range
Enable Valid Range Calculation, calculating the minimum and maximum value dependent on other values in your Gravity Form using Merge Tags. […]
gwp_current_timestamp
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). […]
Min / Max Calculation for Formulas
Min() and Max() formula, calculate the minimum or maximum value from a range of fields using Merge Tags. […]
Fixed Point Notation
Enabling Fixed Point Notation will force a number to always have the specified number of decimals, even if it’s zero. […]
Rounding
How to round numbers, decide on number of decimal places and rounding method (round, ceil, floor) […]
Support Entry Approval
How to filter with GravityView approved entries. […]
Range Slider Settings
Turn a Number Field into a (range) Slider. […]
Custom Units
Show custom units like % or m2 behind a Number Field value. […]
Meta Tab
Shows the currently available Merge Tags and Merge Tag Modifiers on your website (including GravityView, Flow and Advanced Merge Tags). […]
Advanced Tab
Shows information about the Admin Label, provides a Merge Tag with the Admin Label, Populate slug, Custom CSS and Field Type. […]
Workflow Tab
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. […]
Add custom CSS buttons
How to add your own CSS to the CSS Selector. […]
Support Gravity Flow
Gravity Flow is also supported in filtering the results of the GravityWP – Count shortcode. […]
Shortcode gravitywp_count
How to use the shortcode (simple version, counting number fields of multiple entries, filters). […]
Merge Tags Calculations
Extra Merge Tags with the List Column sum and Row count (number of rows). […]
Enable Number Format
Configure List Field Number Format, pick Rounding options and direction, Range and enable Range instructions or Column Total. […]
gwp_date_field
Returns a modified date time relative to the date time of a field-value with a date/time string in the desired format. […]
gwp_date_updated
Returns a modified date time relative to the date time when the entry was last updated in the desired format. […]
gwp_date_created
Returns a modified date time relative to the date time when the entry was created in the desired format. […]
gwp_parent_slug
Returns the slug of one of the parent posts of the current post and let’s you pick the depth of ancestor you need. […]
gwp_reverse
Reverses a text string. […]
gwp_word_count
Counts the number of words in a string value. […]
gwp_length
Count the number of characters. […]
gwp_get_matched_entries_values
Gets styled multiple values from matched active entries. […]
gwp_urlencode
URL encode the field value to pass it as an url parameter for dynamic population. […]
gwp_remove_accents
Converts all accent characters to ASCII characters. […]
gwp_case
Change value to uppercase, lowercase, first character uppercase or lowercase, or uppercase all the words […]
gwp_get_matched_entry_value
Retrieve values from entries from another form, based on a shared value. […]
gwp_count_matched_entries
This modifier can be used to count entries from another form, based on a shared value with optional extra filters. […]