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_decrypt
Decrypt values that were encrypted using gwp_encrypt.
gwp_sanitize
The gwp_sanitize modifier allows you to display sanitized or trimmed values
gwp_encrypt
Encrypt entry ids or entry field values using OpenSSL encryption.
gwp_user_role
Retrieve and display user roles based on a field value with the user's login, email, or ID
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.
gwp_substring
Retun a substring (part of) the original value and specify where the substring starts and what is the length.
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.
gwp_append
Append text before and/or after the field value if the value is not empty.
gwp_replace
Search and replace field values
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.