images
Syntax
A | B | C |
Select service package | [Data validation list](info) | images |
Column B: Create a data validation list, with the list of the options you wish as usual. Then, write the URL of your images to the right of each option, as shown here:
J | K |
Car | http://link.to/myImage.jpg |
Public transportation | http://link.to/myImage.jpg |
Bike | http://link.to/myImage.jpg |
Validation (Column D)
Use these to ensure the data entered by the user meets predefined criteria, such as format or range, thereby ensuring the accuracy and consistency of the data (Read more):
required
Checks that a button has been clicked.
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", for example 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", for example for use on buttons with the options "Yes" and "No"