Voeg in enkele minuten lidmaatschappen toe aan uw Webflow-project.
Meer dan 200 gratis kloonbare Webflow componenten. Aanmelden is niet nodig.
Voeg in enkele minuten lidmaatschappen toe aan uw React-project.
How to allow your members to enter their birthday and save their age
Ledenafschriften nodig
https://www.memberstack.com/scripts/birthday-age-input
Les
Kloonbaar
Why/Use Cases
- Display members’ age based on the birthdate they input.
Allowing members to enter their birthday and save their age on a Webflow site
This guide will help you add a birthdate input on your page and automatically display the age based on that input.
To allow members to add their birthday and save their age on your Webflow site, we’re going to use MemberScript #119 – Age Calculator from Date Input. Follow the link to get the code you’ll need to add to your page and watch a video tutorial on how to set everything up.
Setting it up
Begin by creating the date input and styling it however you like. Once that’s done, add this attribute to it:
· ms-code-bday-input=”1”
Now if you want to display the age on the page, you need an additional input with the following attribute:
· ms-code-age-input=”1”
The reason both of these attributes have the same value is because that’s how we’re matching both inputs to each other.
So, if for some reason you have multiple birthday inputs on your page and want to display the age for each, simply change the values accordingly. They can be either numbers or words.
Het laten werken
Now that you’ve got everything set up in Webflow, all you need to do is add the MemberScript #119 custom code to your page, before the closing body tag.
Conclusie
That’s everything, you can now go ahead and test the progress bar on your live site.
Als u ons demoproject wilt gebruiken om u op weg te helpen, klikt u op de knop hieronder om het aan uw Webflow site toe te voegen.
Our demo can help you add a birthdate input and on your Webflow site and automatically display the person’s age.