I’m looking to assist a client. They want to add a form that submits into mondaydotcom. They’ve asked that, throughout the form, they change certain dropdowns and add certain numbers.
Towards the end of the form, this calculates a total. If the total is below a certain amount, they don’t want the user to be able to submit the form. Is this possible?
Answered
Restriction of Form Submission unless Calculation above a threshold?
Best answer by john.desborough
- create variable called v_threshold
- logic rules:
- if “cost answer’ is greater than 0 then add ‘cost answer to to v_threshold
- if ‘cost answer’ is greater than 0 then divide v_threshold by 2 (to get your 50% value)
- if v_threshold is less than 500 (or what ever amount is your cutoff) then go to statement page X
- on this statement page you have the message that they are too low and need to go back and do it again AND your logic rule need to ‘always go to’ the question to try again
des
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.