I have a multi-step form within a form container. There are a few “continue” buttons, which show more of the form when clicked. The “Submit” button on the form container only enables once all continue buttons are pressed and required fields are entered. Wanted to know if anyone had any CSS tricks to hide the Submit button until the last continue button is pressed?
Note I had to add the rich text component to the form container itself for some reason + turn of “use compiled CSS” in the custom CSS section, which was on by default, for it to work.