Hi, I’m using a SC form to allow users to fill out a (very long) form. What I’ve done is set all fields to NOT required, so they can save and continue later.
The problem is, I actually do need to use required fields. I’m triggering an action based on all fields being complete or not empty.
Is there a better way to do this other than testing all 70 fields?