If you would like new clients to be able to register with your clinic, you can add the 'New Client Registration Widget' using the following steps:
- From the VetBadger "gears" menu, navigate to "Clinic Settings" ==> "Integrations" tab ==> "API Keys" section to find your 'Clinic ID'.
- From the browser's URL tab, find your clinic's 'clinic domain'. For example, if the browser tab shows 'https://barburvet.vetbadger.com/home' then the 'clinic domain' is 'barburvet'.
- In the editor that you use to modify your website, locate (or build) the page where you want the widget to be displayed, and add the following code:
<script src="https://cdn.tailwindcss.com"></script> <script src="https://www.vetbadger.com/js/badger/polyfills.js"></script> <script src="https://www.vetbadger.com/js/badger/main.js"></script> <badger-self-signup title="New Client Registration" signup-button="Register" clinic-id="your_ clinic_id_here" clinic-domain="your_clinic_domain_here"></badger-self-signup>
The displayed widget will look like this:
Once a client fills the form, they will receive a one-time code (via email or text message) that allows them to add the rest of their details. You also have the option of specifying a custom form to be filled during signup ("Communications Management" ==> "Forms" ==> "Client Portal Self Registration Form").
A task will be created whenever a client creates an account.