Hidden Required Entry Fields

I came across a scenario where I want all fields on my form to be required, but only if they are visible. I’m controlling visibility of the entry of a check number only if the payment is not cash. However, when Cash is selected, the Check Number field is hidden, but the fact that it’s required won’t let me submit the form.

I also noticed that when I first fill in a Check Number, then I select the Cash checkbox, the Check Number field hides, but the value is still there and will submit all the way through to the sheet. I would expect hidden entry components to not pass any value back when they are hidden.


1 Like