Age Check for Users under 18

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?

Screenshot 2024-04-13 at 00.23.24
Screenshot 2024-04-13 at 00.22.52

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.

1 Like

Thanks, that really helped out