Skip to Content
0
Former Member
Jul 18, 2008 at 05:19 AM

Drop-down Default value

28 Views

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