Get the Current User's Info, in Webflow Memberships.

SA5 includes name, email, custom fields & access groups, plus a unique ID for integrations.

Updated to SA5 |  See details

You are not logged in.

Sign up and log in to see your info.

Welcome, user!

Edit your personal info on your account page.
Name
...

The user's name, that they've signed up with.

Use it to personalize your current user's experience, by showing their name next to the logout button, or to pre-fill forms for the user.

We have a few variations;

  • $user.name
    ...
  • $user.name_short
    ...
  • $user.name_short_clean
    ...
  • $user.name_short_tcase
    ...
Email Address
...

The user's email address that they've signed up with.

You can use this to, e.g. pre-fill a newsletter sign-up form, or an enquiry form so that your logged-in users don't need to type in their email every time.

  • $user.email
    ...
Alternate User ID
...

Every user needs an ID, right?

While we don't have Webflow's ID yet, this ID is a unique, reliable hash.

You can use it in 3rd party systems to connect the current user to their data, which you're displaying on your site.

  • $user.user_id_alt
    ...
Custom User Fields

If you've set up custom user fields, you can now access these as well.

  • $user.data.plain-text-field
    ...
  • $user.data.email-field
    ...
  • $user.data.link-field
    ...
  • $user.data.number-field
    ...
  • $user.data.option-field
    ...
  • $user.data.switch-field
    ...
Access Groups [BETA]

If you've set up access groups, you can now access these as well.

The BETA does not yet have data-binding support, so we apply the access-group result how we like using custom code ( see site head code ).

The current user has these access groups-

  • free - ...
  • basic - ...
  • pro - ...
  • premium - ...

Form field databinding

User fields can be data-bound to any text or input element using custom attributes.

Here, the currently logged in user ( if there is one ) sees their name & email automatically pre-filled in form.

Just fill the form >>>

Sign me up!

Thank you! You've been added to our amazing mailing list!
Oops! Something went wrong while submitting the form.