Showing/Hiding Signatures Based on Ranges
Hi - I'm struggling a bit with a simple field validation issue. Based off of one field (called "NUMBER") I would like the following to appear (and the rest to disappear if not applicable) within the following ranges:
- 0-499,999 would trigger "Field 1"
- 500,000-2,499,999 would trigger "Signature Block A"
- 2,500,000-5,000,000 would trigger "Signature Block B"
- 5,000,001+ would trigger "Field 2"
I can also post the custom Java script if that helps but I have no luck with this custom code as of yet. Any help would be greatly appreciated. Thanks!
