hi,
I want to use a different mask for a field depending on what value my user selected on radio button from the field above… eg:
field #1
ID Type : ()Social Security Number () Passport () Police/Army
if {ID} = radio button 1
then
field #2’s mask should be like 9999999999-999-999 or something
elseif
{ID} = radio button 2 then field #2 mask should be § *9999999999
or something like that…hope you guys understand what I meant.
1 more thing, can we align the radio button as horizontal instead of vertical?
its like () value1 () value2 () value3
instead of
() value1
() value2
() value3
thanks!