Hi, I am using an Accordion in my application. When the screen loads, it shows the first child in the accordion, this is fine. However, I have a form on this screen and I would like to user to submit that form first before going to any of the other children in the accordion. Once they submit the form, then they can click the other children, but I am trying to build this wizard and I would like them to fill out form 1 first, before seeing form child, 2, 3, 4, etc, etc.
How can this be done? There must be a way to prevent the headers in the accordion from being clickable? Ideally, I could show an alert if the user clicked any of the other headings. -Malik

