Does anyone know how to enforce field rules. On a submission form I have three fields FD_1, FD_2 and FD_3 and I want to make sure that when I add the fields together the result is not greater than 100.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
PaulBI
Good day,
Does anyone know how to enforce field rules. On a submission form I have three fields FD_1, FD_2 and FD_3 and I want to make sure that when I add the fields together the result is not greater than 100.
Basically (FD_1 + FD_2 + FD_3 <= 100)
Thank you
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.