I have a select_one field that I want to set a Default value for but it will not work.
I think I know why. The field has a Relevant on it. That means it does not show on form load. Since Default Values are set at form start - and the field is not there - it does not get the default value.
Is this correct? Any way around this?
Thanks