I have picklist by name fslr_cfpgifts,which has three values (eg: ABC,FGH,ERG) I want to display the value,
i am writing some client side script in field onchange event as shown below.Instead of getting the value ABC or FGH or ERG
i get as 1 or 2 or 3
crmForm.all.fslr_cfpgifts.DataValue;
how do i get the value that is selected in the picklist not the index..
Please help me on this....
Thanks...