- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I am developing a form where the user inputs an amount on field Amt, then distributes that amount into up to six "funds" fields (Budget1, Budget2, Budget3...), which determine where the money will come from. I created a screen-only verification field (AmtVerif) that allows the user to see if the divided funds add up to the total shown on Amt.
I want AmtVerif to:
1. add up the amounts on fields Budget 1-6 (which I managed to do using FormCalc)
2. match the total with the entered value on Amt
3. pop-up an error message that says "You went over the total", or "Please verify the allocation of funds" in case totals don't match.
I tried using "if" expressions with FormCalc in the Validate and Exit Events, and although they seem to be correct, they do not show the error message. What am I doing wrong? Please help!
Debora
Solved! Go to Solution.
Views
Replies
Total Likes