I am looking at adding some custom user fields to the signup forum on our forum. I’d like to add a checkbox, and I’d like it checked unless the user unchecks it. This is set up as a user field of type ‘Confirmation’.
I know I can use jQuery to hack something together to check it, but I think it would be a great feature to be able to configure this under Customize -> User Fields.
I tried with Javascript, but I’m not a web dev, and the div ID seems to change unpredictably. I’ll hack at Discourse when I get some free time to see if there’s a better way to achieve this.
I want to avoid carrying a downstream patch however