Skip to main content

Skuid currently do not evaluate the Required fields if they are inside of a collapsed Accordian section, is there any action that would open the Accordian sections on the click of a button and display error messages on the Required fields to the users?


Any suggestions would be of great help.

Two forms components. One that displays on page load and one that is hidden. A button called “Validate” that hides the initial form element and shows the second form component. The second form component has all the fields in it and each field is set to display only if it fails validation. Custom validation rules can be created in Ui only formula fields.

This would give you a highly customized, stable, no code solution.


Created this idea based on this post. Go vote for it.




Based on this post for a simpler more direct solution. Add Accordian component actions “Open All Sections”, “Close All Sections”, “Open X Section”, and “Close X Section” where X is either the heading or id if you add this property to sections.


Reply