Form Not Saving Checkbox Values

I’m having trouble capturing/saving checkbox values in news forms in Mautic (I’m using Version 1.2.0)



I created a new form with two sets of checkbox groups, but every time I submit the form, the values are not being saved… all I get is the comma delimited set of blank values (e.g. , , , ).



a) A basic form created in an earlier Mautic version works fine

a) I do not see any errors posted into the apache error log

b) I created a second form exactly the same but that is reporting the same



Any tips? I don’t know which source file(s) to look at to start debugging.



Thanks.

I’m having trouble capturing/saving checkbox values in news forms in Mautic (I’m using Version 1.2.0)

I created a new form with two sets of checkbox groups, but every time I submit the form, the values are not being saved… all I get is the comma delimited set of blank values (e.g. , , , ).

a) A basic form created in an earlier Mautic version works fine
a) I do not see any errors posted into the apache error log
b) I created a second form exactly the same but that is reporting the same

Any tips? I don’t know which source file(s) to look at to start debugging.

Thanks.

This is known issue of 1.2.0. Fix is here: https://github.com/mautic/mautic/pull/934 and will be available in 1.2.1

This worked. Thanks.