What's New in this Release
Editing Run Self-Service forms have never been easier. This release introduces an interactive form editor featuring a tabbed interface that provides better organization and a cleaner view to help you easily navigate and configure fields, display, and run settings.

Password field type
This top-voted feature request introduces a new Password field type that can be added to any form and will automatically encrypt and mask content keyed into the field.

Retrieval of selected text with replace variable
You asked and we listened. We have now introduced an option to retrieve text associated with a value from list of text:value pairs for select, muti select, radio and checkbox field types. You can do so by using $fieldkey_text in the macro body where _text is the suffix to be used with the key. For more details, please refer to Run macro and Field types.
Awesome new variable substitution
Another top feature request was to introduce parent page pre-defined variables for _title, _id, _url, and tinyurl. All four have been added and are now available for variable substitution when using Run and Run-now macros.
Hide macro has a new best friend - AND
This release introduces AND as a powerful new operator to be used with showif, hideif, and renderif parameters. Previously, the macro used the OR condition with a comma separated list of regex conditions to take respective action.

