My popup editor contains a dropdown list which fires an onchange event which populates the form with additional custom fields specific to the dropdown value. When the form is submitted, these custom fields do not show up in the FormCollection.
I am guessing the problem lies in the fact that these dynamically added fields are somehow not initialized properly?
I am guessing the problem lies in the fact that these dynamically added fields are somehow not initialized properly?