Cant find this...
I want 3 checkboxes. One of them should be checked, and its not supposed to be unchecked. The other to is gonna be normal.
So is it possible to make a checkbox checked and the user cant uncheck it?
Thanks
Cant find this...
I want 3 checkboxes. One of them should be checked, and its not supposed to be unchecked. The other to is gonna be normal.
So is it possible to make a checkbox checked and the user cant uncheck it?
Thanks
Yes set default:1 to the checkbox you need checked as default.
Something like
[checkbox newsletter default:1 "Do you want to join our email newsletter?"]
You must log in to post.