Answered
Accumulate multiple drop down list selections (with custom text) into one text field in a form
- May 12, 2020
- 2 replies
- 2834 views
I have 7 dropdown lists with custom text. I would like to some how populate the selections from these drop down lists (with the custom text) into a single text field in a list format. However would it be possible to exclude certain drop down list selections from being populated into the text field.
Each drop down list has the following slections:
" ", "N/A", "C1", "C2", "C3"
When either "C1", "C2", "C3" are selected. I would like this to be copied into the text field along with the custom text.
When either " " or "N/A" are selected. I would like these not to be populated into the text field.
My Javascript knowledge is very limited so any info would be greatly appreciated.
