text

Text simply inserts a normal text that you have defined among your input fields.

Syntax


ABC
By clicking the "next" button, I understand that I will see the estimated sales price, and my information will be sent and stored by the real estate agent. I'm aware that I may be contacted, and this is entirely non-binding. text

 

Settings (Column G)


Used these to configure the behavior and appearance of fields, such as determining the number of decimal places in a numeric output or controlling when a field is displayed based on other input values (Read more).

showIf:logicid=value

Hides the field until the field with the logic id you define has the value you have entered.
​

Syntax

{showIf:insurance=Yes}

In this example, we only show the input field if the field with the logic id "insurance" has the value "Yes", e.g., for use on buttons with the options "Yes" and "No".

hideIf:logicid=value

Shows the field until the field with the logic id you define has the value you have entered.
​

Syntax

{showIf:insurance=No}

In this example, we only hide the input field if the field with the logic id "insurance" has the value "No", e.g., for use on buttons with the options "Yes" and "No".