Hi,
Can you please explain more in detail with an example if possible?
Regards,
Patrik
e.g. adding a custom field to user meta in form editor, option ‘public?’: y / n / let user decide. I want the third default to ‘no’ (means box checked by default). When I go to account – privacy, I have to tick the choice to hide. I want to the box ticked by default. So instead of ‘let user hide id’, ‘let user make it visible’.
Did I explain me?
Hi,
There is no filter to change it and it was not intended to be default checked. But if you want to make it checked then you can use some JS code to by default tick it on page load.
Regards,
Patrik
could you imagine to add the fourth option to ‘public’: ‘let user decide (default not visible)’?
Thanks a lot!
We don’t store the value in DB till it’s set to “NO” so it’s not feasible from the code instead you can just use JS to set its default value for users and it will be saved only when set to “NO”.
Regards,
Patrik