- Status changed to Postponed: needs info
almost 2 years ago 5:29pm 23 January 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
The best way to support camelCase is to allow elements keys to use camelCase via /admin/structure/webform/config/elements and change the 'Element key pattern' to support Uppercase characters.
Does this solve your organizations use case?
- Status changed to Active
almost 2 years ago 4:38pm 27 January 2023 - πΊπΈUnited States cdupree
Yes it does, thank you for your reply.
I somehow assumed that all keys had to be lowercase and totally missed the examples provided with each pattern.CamelCase aside, is there an out-of-the-box way that Webform can post data with a custom structure (nested objects) while also still including arrays? Or, would this need to be done with some kind of custom handler?
- Status changed to Closed: works as designed
over 1 year ago 6:46pm 27 March 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
Custom data only supports tokens. You would need to write custom code.