diff --git a/client/components/open/forms/components/form-logic-components/FormBlockLogicEditor.vue b/client/components/open/forms/components/form-logic-components/FormBlockLogicEditor.vue index 20e4040c..f8ee610f 100644 --- a/client/components/open/forms/components/form-logic-components/FormBlockLogicEditor.vue +++ b/client/components/open/forms/components/form-logic-components/FormBlockLogicEditor.vue @@ -75,7 +75,7 @@
2. Actions
- Exclude this field or make it required.

- - Hidden - + /> Advanced options for checkbox.

- - Use toggle switch - -

- If enabled, checkbox will be replaced with a toggle switch -

+ label="Use toggle switch" + help="If enabled, checkbox will be replaced with a toggle switch" + /> @@ -60,23 +55,19 @@ v-if="field.type === 'files'" class="border-b py-2 px-4" > -

+

File uploads

- - Allow multiple files - - - Allow Camera uploads - + + Keep it simple or make it a multi-lines input.

- - Multi-lines input - + /> @@ -293,26 +282,19 @@ help="Add one option per line" @update:model-value="onFieldOptionsChange" /> - - Allow respondent to create new options - - + - Always show all select options - -

- Options won't be in a dropdown anymore, but will all be visible -

+ /> @@ -336,22 +318,18 @@ label="Field Name" /> - - Hide field name - + - - Use simple text input - + :form="field" + name="use_simple_text_input" + label="Use simple text input" + />