I’m trying to add code to show customers birthday month from a Shopify tag on their account page. Everything I see is about product and redirect if they have a certain tag. I would like to show their birthday month and if possible be able to have them correct it if wrong. We capture the month on the signup form. Also it would be great to show it in the header if its their birthday month but i have no clue how to show it.
I actually figure out the code use {if customer.tags. contains= } Month
What i would love to figure out is how to take the Month (number) to sync with current month to wish the customer happy birthday. Im thinking same type of {if statement but not sure how to link it to current month?