Discussions
Opt-In Check Box on Registration
Hello, I was wondering if someone can help me do the following:
I have the opt-in checkbox on the registration page where the customer has to confirm his willingness/unwillingness to receive mail from us. The default stage of this checkbox is "checked", does anyone know how I can make the defalut stage unchecked?
I tried to uncheck the box with javascript,
$('#emailsubscribe_fs_inp').prop("checked", false);
but all that does is uncheck the box, when the customer registers their global subscription status is still "soft opt-in"
Any ideas?