Validate total value of multiple fields upon submission

Mark Gervacio asked on July 12, 2017 09:35

Image Text

Good day!

Is there a way in which I can validate all fields in my form that will have a total of 100%? (please see image above)

Thank you!

Recent Answers


Jan Hermann answered on July 12, 2017 11:13

Yes, you simply get the value of your fields using the field.Value syntax in your validation:

https://docs.kentico.com/k10/custom-development/developing-form-controls/reference-field-editor

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.