Skip to content

Register button widget

Register Button Widget

The Register Button Widget provides a direct path to user registration. By clicking the button, users are redirected to the Auth0 signup page, skipping the login screen entirely. Once registered and logged in, the button automatically hides itself.

This is a membership widget. Requires the timeslots.js script file to be loaded.

Key Features

  1. Direct Signup Redirects users straight to the Auth0 signup page, rather than the default login/signup modal.

  2. Auto-Hide When Logged In The button is automatically hidden once the user is authenticated, since registration is no longer relevant.

  3. Compact Design Defaults to a small size for easy integration into your website’s layout, matching the login button style.

How to Use

Add the widget to your webpage using the HTML snippet below. No additional properties are required.

Example:

<bilberry-register-button></bilberry-register-button>

It is common to place the register button alongside the login button:

<bilberry-login-button></bilberry-login-button>
<bilberry-register-button></bilberry-register-button>

Setting Up on Wix

If you’re using Wix as your website builder, follow these steps to configure the widget:

  1. Access the Configuration Guide: Refer to the relevant guide in these docs for general widget setup on Wix.
  2. Use the Following Values:
    • Server URL: https://bilberry-widgets.b-cdn.net/v4/wix-wrappers/WixBilberryRegisterButton.js
    • Tag Name: wix-bilberry-register-button

Tips for Effective Integration

  1. Pair with Login Button: Place the register button next to the login button so users can easily choose between logging in and signing up.
  2. Prominent Placement: Add the button to a visible location, such as the header or navigation bar.
  3. Auth0 Configuration: Ensure your Auth0 tenant has the signup page enabled (this is the default).