Replies: 4 comments 4 replies
-
|
Hi @bowenng for exact string match it's possible to use "select" field type with options in the condition. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, @omohokcoj. For the number field, examples would be like "if the applicant make < $XXX amount for a given year, the applicant needs to fill in this additional form." For my use case, is it possible to achieve it with some custom logic? As far as I know, it might be difficult because once a submission is created, I can't add or remove forms. In my workload, I have a dozens of forms to fill and depending on the results of earlier forms, some forms are not needed. |
Beta Was this translation helpful? Give feedback.
-
|
@bowenng it might be possible to achieve this with conditional documents and checkboxes/boolean values sent to the API to show/hide certain documents based on your application logic: |
Beta Was this translation helpful? Give feedback.
-
|
@bowenng we made number field "greater" "less_than" "equal" "not_equal" conditions available in the latest version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Conditional documents is a helpful feature to optionally exclude forms without duplicating templates. However, the logic allowed to filter out forms seem to be limited. For example, it'll be nice to allow inequality or string check for number fields and text fields as opposed to only allowing checking for emptiness.
Beta Was this translation helpful? Give feedback.
All reactions