I have a form that has a table with 5 fields and a set amount of rows (5). I only want to make the first row in this table required. Is it possible to do this without making the other 4 rows required?
Question
Question
Replies
replied on March 17
•
Show version history
Yes, set the row count to 1 - 5. And set all fields to required. This will require they fill one row and they can optionally add up to 4 new rows.
0
0
replied on March 29
•
Show version history
This should be fairly simple with the expanded field rules in the Layout Designer. Something like this:
Add a sixth field to your table with the formula: =ROW()
You can use Field Rules to hide the sixth field if you want.
Now set a Field Rule that validates each of your five fields in the table as Required when that sixth field equals 1.
If instead you are using the Classic Designer, it’ll require some JavaScript to do the same thing.
0
0
You are not allowed to follow up in this post.