Mandatory text field

Hi,
Can you tell how to set mandatory textfield with star pattern.
For example Name*(i need this star) follwed byTextfield
Thanks for advance

Hi,

You can use the following variable:

$v-show-required-indicators: true;

In your theme extension add it to halo-ext-defaults.scss or to another ***-ext-defaults.scss according to a theme name.

You can read more about common variables in the documentation.

1 Like

Thanks it’s working