TYPO3-Headless / headless_powermail

Connects together EXT:headless and EXT:powermail
GNU General Public License v2.0
0 stars 6 forks source link

FIX: radio value falsly submitted as array #18

Closed kitzberger closed 2 years ago

kitzberger commented 2 years ago

Radio fields currently have their name attribute set to tx_powermail_pi1[field][myradiofield][] which is "array mode" and not possible for radio since only one option can be selected.

Typical symptom of this: fields like salutation are printed as ["Mrs"] instead of just Mrs.

Discovered while working on https://github.com/TYPO3-Headless/headless_powermail/pull/17