Hi Experts,
I new to adobe forms.I have to get drop-down initial value.
For Ex:
In MY dropdown.....
First - Blank
Second - CAR
Third - BUS
Code:
if($.rawvalue == "")
then
$host.messageBox("Please fill")
endif.
Please tel me if I am wrong....
Thanks