Hey there.
What's your preferred way of hiding form fields on page load?
In my scenario form fields should remain hidden, unless a form field rule from another field was triggered on value change that 'unhides' the target form field.
I've been doing it the following way:
1. Make the field that should not be shown upon form load visible in the Field Matrix
2. Insert the 'Hide' JavaScript function into the main form behavior of the step
2. Create a form rule which shows/hides based on a condition
3. Add the form rule to the field that is supposed to trigger show/hide for the target field under 'Form rule to be executed on value change'
This works well but is a little cumbersome if done for multiple fields. Moreover, I feel that it might have a performance impact as well.
So what do you think?