This content has been marked as final.
Show 3 replies
-
1. Re: Dropdown Selections
MichaelN Jun 10, 2013 8:44 PM (in response to afierke)1. Create a text field and name it "AccountName"
2. In the drop down menu's properties, choose Options tab and tick "Commit selected value immediately"
3. In the drop down menu's properties, choose Validate tab and enter the following custom validation script:
this.getField("AccountName").value = event.value;
Thank you to Gilad D for mentioning this syntax in another post... he is a great source of information!
-
2. Re: Dropdown Selections
try67 Jun 11, 2013 1:19 AM (in response to MichaelN)Michael, I don't think you understood the question. OP was asking about importing an entire list of items from an Excel file into a drop-down field, not about copying the selected value in a dropdown to a text field (which is what the code you provided does).
-



