Hi
I've created a custom form with several fields, one of which is a dropdown list. It has no options set in matrix. The options are created using JavaScript, after the DOM has loaded. We get the values using a REST resource and calling an external API.
The problem I need to resolve, is that when the form is submitted, the selected value from the dropdown is not sent with the form array. It is also not present on the Thank you page.
Does anyone have any idea why this might be?
TIA
Michael