Hi,
I've been going through the docs. However I have had no luck in creating a disabled option in the form
The field config is as follows::
name: enquiry_type
id: enquiry_type
label: Type of enquiry
type: select
style: vertical
placeholder: --select an item --
validate:
required: true
options:
action: nochoice
folder: achoice
title: thechoice
date: mychoice
This should render according to what I read with the ' -- select an item --' selected and being a disabled option. Thus requiring a user to select an option to make sure the required value is set.
However, when displayed it will always show the first item "nochoice"
Any assistance with this would be greatly appreciated as it seems that the form documentation for simple things like this does not match up with the way the plugin actually operates
Steven