Hi there,
My goal is to check if the user is over than 18 and if this is true then collapse and remove the parents email and parents name, does anyone know the best way?
Hi there,
My goal is to check if the user is over than 18 and if this is true then collapse and remove the parents email and parents name, does anyone know the best way?
Ask for the birthdate, subtract Birthdate by Current Date, then extract years (don’t round it) and check if that’s greater than or equal to 18.
Otherwise, show the condition to collect the parent info.
Thanks, that really helped out
This topic was automatically closed after 70 days. New replies are no longer allowed.