
Hi
I am looking at a way I can use the OnChange function using Javascript to connect to a website that has a question that is a drop down having the option of other and then the user needs to add in information when they choose the option in the dropdown called other and it will show a textbox for them to fill in the field
Hi Dominique Auer,
You could try this:
Add a html type web resource which contains a text input and a submit button. When the selected drop down option is other, open the web resource by openWebResource function. When use filled this text box and click the submit button, send the information to your website.