Indoor Camera
Home
Analytics
Invest
Candlestick Chart
Market
Male User
Account

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