I am trying to create an error validation on a second page when a user types in a loan amount that exceeds their threshold.
I want the user to hypothetically be able to submit a loan amount request for $2,000,000 but lets say their threshold is only $1,000,000…on the second page I want the error validation to say you have exceeded your loan amount threshold - your maximum allowable threshold is $1,000,000 so please adjust your numbers and resubmit accordingly, but I want the variable to not allow the user to make the submission on the second page until the adjustments have been corrected.
Is this possible and how would I do this. Any help would be much appreciated.