Automatically add predefined glyphs to a dropdown list?
Hi there
The setup: in a PDF I have a bunch of dropdown lists with a huge amount of entries each. The selected items (input) of all boxes populates into one text field (output).
What I'm trying to achieve: I need the output to be automatically separated by ", " (comma/space)
so it will look like this (box selection 1, box selection 2, ...). Since there's a lot of entries, I can't do that manually. I think ther's a simple Javascript solution to add to the dropdowns or the text field, but I have no clue.
Can someone help please? Thanks in advance!
