I have a quite large form with several pages and lots of conditional logic in it.
When I go from one form page to the next, the page will load completely first (visible for a split second) and only after loading it will consider the conditional logic rules to hide the sections that need to wait for a user response to be shown or not.
As I mentioned this will take less than a second, but it just doesn’t look professional when all fields are visible first for a short moment before the conditional logic kicks in to hide the fields.
Does anybody have a good recommendation or solution to the issue?
Maybe like how to delay the display of the form fields until everything has loaded and processed?