gwp_decrypt
The gwp_decrypt
modifier for Gravity Forms merge tags is designed to decrypt values that were encrypted using OpenSSL. This modifier is particularly useful for forms that handle sensitive information which needs to be encrypted at submission and decrypted when displayed.
Usage
To use the gwp_decrypt
modifier, apply it to a merge tag along with the necessary parameters to specify how the decryption should be handled. Here’s a basic example:
{field:1:gwp_decrypt}
This function will attempt to decrypt the provided value using OpenSSL. If decryption fails, an error message will be returned instead.
Last updated: 01-11-2024