The situation: Using Javascript - A user makes a selection in a drop down list. The change to that element kicks off a function to populate a second drop down list from a JSON. Capturing the change and populating the second drop down work fine. The problem is that the selected value of the second drop down list is not captured when the form is submitted. The label for the drop down appears in the entries list, but the value is blank.
Since this a custom programming thing, I don't think it's something I can submit as a ticket, but if anyone knows why Machform is skipping the value I'd sure appreciate it.