AEM Adaptive Form (not a PDF) - Cascading Drop-down fields - cant export values into a MS List
There are two questions regarding my issue:
#1: I have written a JS "else if" statement to determine a list of fire department choices in one DD list depending on the user's choice of county in the first DD list. The counties list was created in the Drop-down field in AEM forms no script there. The JS in the fire department Drop-down field uses that choice to run the script. This all works however the fire department drop down list will not export values into the Microsoft list upon submission. What am I missing to get those values into the list?
#2: The other issue is that my counties are coming in as numbers since I used the format 1=county name in the dropdown values. Is there a way to fix that too or do I need to just take the numbers out and type in the counties in my JS? I'm sure there is an easier way, but this is how I got it working. Open to suggestions if you have ideas.
Thank you!!