Form field validation, using multiple General Condition Macro's

Tom Wisneski asked on June 29, 2020 23:49

Trying to figure a way to display one of two validation messages on a given bizform field -- dependent on the users value entered. So one validation is for maximum value, and would be 8760. So, I had just used the maximum value check on this one. The message would be that "maximum, 8760", and that is it. The other check on the same field is if the Value >= 501 && Value <= 8760, then the message would be; "see Disclaimer". I had tried for this one the following; Fields["AnnualRunHours"].Value >= 501 && Fields["AnnualRunHours"].Value <= 8760. That however was not working for this scenario. Any help on this would be appreciated. Thanks! :)

Correct Answer

Tom Wisneski answered on June 30, 2020 15:46

Please disregard question -- used jQuery to get the result needed. Thanks!

0 votesVote for this answer Unmark Correct answer

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