Validating Percentage Inputs in a Repeater

Hello everyone,

I'm working on a project that involves a repeater for users to input percentages. I need to validate the input to meet the following criteria:

The total combined percentage of all entries in the repeater should not exceed 100% and not < than 50.

I'd appreciate any guidance or code examples on how to implement this validation effectively
Was this page helpful?