Latest blogs
News from GravityWP and the WordPress community
gwp_json_get
The gwp_json_get modifier is extracts values from a JSON string stored in a Gravity Forms Field.
Read more →gwp_urldecode
The gwp_urldecode can be used to decode url encoded values.
Read more →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.
Read more →gwp_censor
The gwp_censor Merge Tag modifier censors blacklisted words in a string using either a specified character or a fixed-length string.
Read more →gwp_decrypt
Decrypt values that were encrypted using gwp_encrypt.
Read more →gwp_sanitize
The gwp_sanitize modifier allows you to display sanitized or trimmed values
Read more →gwp_encrypt
Encrypt entry ids or entry field values using OpenSSL encryption.
Read more →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.
Read more →gwp_substring
Retun a substring (part of) the original value and specify where the substring starts and what is the length.
Read more →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.
Read more →gwp_append
Append text before and/or after the field value if the value is not empty.
Read more →gwp_replace
Search and replace field values
Read more →gwp_reverse
Reverses a text string.
Read more →gwp_word_count
Counts the number of words in a string value.
Read more →gwp_length
Count the number of characters.
Read more →gwp_get_matched_entries_values
Gets styled multiple values from matched active entries.
Read more →gwp_urlencode
URL encode the field value to pass it as an url parameter for dynamic population.
Read more →gwp_remove_accents
Converts all accent characters to ASCII characters.
Read more →gwp_case
Change value to uppercase, lowercase, first character uppercase or lowercase, or uppercase all the words
Read more →gwp_get_matched_entry_value
Retrieve values from entries from another form, based on a shared value.
Read more →gwp_count_matched_entries
This modifier can be used to count entries from another form, based on a shared value with optional extra filters.
Read more →