I have a checkbox, which is signing the user up for newsletters. And I would like it to be checked from the start, so that the user must "uncheck" it.
I have tried to create an "overwrite" as described in the documentation - http://doc.dynamicweb.com/documentation-9/content/apps/forms-for-editors#sideNavTitle1-3-4
and it looks like this:
<input type="hidden" name="checkboxNyhedsbrev" value="true">
Not working. I have also tried checked="checked. Not working either.
I hope to get a "hint" for the right solution for this?
/Lise