Hi there,
I've come across a little bug.
In CB Config, I've made it so only people 18+ can register.
I've tried three different settings, first, I just put -18 , but people still signed up age 17, so I put -17, and people still signed up age 17, so I put the year, and people still signed up age 17.
Now this is something I'm sure AutoActions can fix.
What would be the code I need to use in CB AutoActions for this?
IF cb_dob = 17 THEN block & unconfirm
Thanks a bunch guys