Hi there,
I have a big hairy form with lots of conditional hidden fields and the issue I'm having is that we have several hidden address fields with their address type set to "United States" and when these fields are not filled in (and remain hidden) they submit with just the country set to United States.
Shouldn't there be some logic in core to check if the rest of the fields are empty to clear out the country?
We'll be hooking this up to an automated API shortly and I really need these fields to be empty. Is there are known workaround for this or is it a bug?