[ad_1]
I want to restrict users to sign-up for an event based on their birthday, so if a user isn’t born between Jan 1st 2005 to Dec 31st 2010 they can’t register.
I\`m wondering if there is a simple way to conditionally render the register button based on this. Could you just use some sort of Regex condition?
[ad_2]