I have a numeric entry field for "Phone Number" (I'm not using the phone number field, just a text input because I don't want the ( ) formatting requirements).
Anyway, I want to conditionally display a 2nd field, only if the entry for the Phone Number field STARTS with a 0.
So an entry like 0791234567 would trigger the 2nd field to display.
But an entry like 5162421555 would NOT trigger the 2nd field to display.
Is this possible? How can it be done?
Thanks!