After I integrated an address field into a webform using this module, it looks like the correct/full address information is saved to the webform_submitted_data table however none of this information is properly displayed. Instead of seeing the user-provided address information in the CSV/Excel downloads or webform results, I see simply an "a" in each field.
Comments
Comment #1
amarcus commentedThank you, I discovered this recently as well. It seems that the webforms module may have changed how deeply arrays of submitted values get nested? We intend to push out a fix soon.
Comment #2
stewart.adam commentedGreat, thank you for looking into this so quickly! I'll look forward to the dev release.
Comment #3
mxtI have the same issue too!
I think this have to be market as critical, because this module doesn't do correctly its job
Comment #4
stewart.adam commentedThat's not the criteria for critical: see #45111: Priority levels of issues.
Comment #5
amarcus commentedI've just released a new version (7.x-1.3) that should fix this. It looks like the submitted values were being wrapped an extra time when loaded back into a current webform.
--
Andrew
Comment #6
mxtYes, now it works correctly: thank you very much!