It’s linked to my other question on overriding the values of forms based on one input element’s choice.
I want to force values in some fields once the toggle is checked. Now I can only set default values and hide elements, but that’s only in hope the user hasn’t already modified the inputs in which value has to be forced:
When toggled: the visa type, country of application, arrival date and method of application have to be forced. I can already force them in the “create new thing” workflow, but I’m worried that displaying value A and recording value B would be confusing. So instead I need to force the values.