hiding components when a form loads causes the form to blink, but if we set the css to have them hidden, by default, then they are also hidden in the webform editor.
i’d like to either (or both of these)
- add a property to the advanced panel for a component that is something like “initially hidden” or “default hidden”. the component would be visible in the webform editor without screwing around to make it visible, but hidden when the app loads the form
- add a form event on preLoad, which would fire before the form renders, which would enable us to do setup, including setting the visibility of components.