Your software
My Mautic version is: 3.3.2
My PHP version is: 7.3.27
My Database type and version is: MySQL
Your problem
My problem is:
I have made a campaign with the objective to add a subscriber to a segment based on whether a checkbox was clicked on the subscription form. In the campaign I have put a condition, where I check whether the field has the checkbox value. Just the return is always positive, whether the box is checked or not. What am I doing wrong?
There is one checkbox to opt in to one additional list. Yes I found that the default value was set. It did not show at the check box on the front end, but it saved the same value, whether the box was checked or not. I removed that, and it is working. So it seems I having a checkbox being checked by default does not work?
What I am saying, if the default value is the checkbox checked, than it should also show the checkbox checked in the form. Or is there any other way to display a checkbox as checked by default?