List fields fail to get validated on all input fields [RESOLVED]

Noticed this a while back, when it comes to List fields or such, not all input is being validated, example:
List field is required based on a condition, it has 3 columns input fields, upon submission, if none of the input fields are filled, it will flag an error, yet if only One of the input fields is filled out, it will not flag the remaining 2 input fields and therefore the form is submitted with missing input for those 2 remaining input fields.

Bug or am I missing a step?

Hello. When a list field is required, only one input in that row is required. If you want to require all columns of a list field row, you can use the gform_field_validation filter as shown in example 17 here:

1 Like

Also, Gravity Wiz has a snippet to make it a little easier as well:

1 Like

Got it, thank you Chris, thought this type of validation would be native to GF, I’ll try the snippets since I’m using GW as well.
Cheers!

1 Like