IMPORTANT!
Newest cloneable has been moved.

NEW CLONEABLE

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
    ...

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.