Default answer on drop down list

Hi

I have several options on a drop down list. However, is there any way i can ask for it to default to a certain answer.

Thanks

Nazira

Hi @Nazirarahman,

You can use the default attribute in combination with nearly any type of input tag to show a default value.

Here’s an example of a default for a dropdown list:

{% input custom.taxrate.value as:select options:"6%|12%|21%" default:"21%" %}

More information about the default attribute can be found on our developer pages.

Kind regards,
Kimberly