Hello Community,
where can i verify the login data (name, adress, etc.).
I want to check the age after a user clicks next button in [I]user.tpl[/I].
e.g. => (current year - birthyear >18 ?)
Thank you.
Hello Community,
where can i verify the login data (name, adress, etc.).
I want to check the age after a user clicks next button in [I]user.tpl[/I].
e.g. => (current year - birthyear >18 ?)
Thank you.
Hi,
check this funktion out: oxUser::checkValues()
Regards
Thank you Marco,
that’s exactly what i’ve found and i am experimenting with this function
to find a solution for my plan.