I have 3 text boxes on a page. With the cursor in any box, I want the user to be able to click a button, opening a modal popup, choose an option from a dropdown in the popup, and then click submit, entering the dropdown.value at the cursor position. Is this possible?
I have the pop-up all set up, but need the function to insert the dropdown.value into the text area.
I've tried some solutions I found online and none seem to work. Any help here?
Thanks.
Jim