48
Product Tip: How to configure a Yes/No field in a Kissflow form
Setting a default value for a Yes/No field
- Drag and drop a Yes/No field into the form.
- To set the default value as Yes or No, change the toggle as required in the Settings panel and save.
Note: In a process form, you can click Simulate to check if the changes are reflected before making the form live.
Setting validation rules for a Yes/No field
You can set validation rules for the Yes/No field to change the way it behaves based on your condition. Here are the types of validation rules that can be used. Yes/No field cannot be used as a computed field, i.e., you cannot set a custom formula for a Yes/No field. However, this field can be used in combination with another computed field if required.
Example scenario
You can pass the value of a Yes/No field to a text field conditionally. To do this,
- Set Field 1 as a Yes/No field and Field 2 as a text field.
- Change Field 2 into a computed field and use this formula in the formula builder: If(Field_1 = true(), "YES", "NO").
- Now, Field 2 will display the value of the Yes/No field.
Content aside
-
48
Likes
- 3 yrs agoLast active
- 139Views