Pre-select an item in drop-down list
Hello,
I have a form that users are to complete. It contains a dropdown list generated from the database on page load. I would like to pre-select one of the options. I've tried running this javascript on page load (after first populating the lists) but nothing happens:
code
Appery("people_lookup").val("Me").trigger("change");
/code
Shaun