G
Gian Torralba
Guest
Hi Stein, If you want the default value of the field dropdown to be selected in the page UI, you can use JQuery to achieve this. Please follow the sample code below $("#RXXXXXX option:nth(0)").attr("selected","selected"); /*sets the first option as selected*/ Thanks, Gian
Continue reading...
Continue reading...