libreform / wp-libre-form

Easy native HTML5 forms for WordPress. Version 1.5 is unmaintained, but works without issue. 2.0 has been rewritten from the ground, and can be found at https://github.com/libreform/libreform
https://wordpress.org/plugins/wp-libre-form
GNU General Public License v3.0
67 stars 27 forks source link

Ugly mails if radio input is an array #35

Closed Niq1982 closed 7 years ago

Niq1982 commented 7 years ago

Send prettier email in case . Before:

foo: Array
(
   [0] => Value 1
   [1] => Value 2
   [2] => Value 3
)

After: foo: Value 1, Value 2, Value 3

anttiviljami commented 7 years ago

Thank you! ❤️