Overview
This article explains how to customize specific sections of the Universal Login widget.
Applies To
- Universal Login
- Customizations
- Customize specific sections of the Universal Login widget
Solution
Upload custom HTML and JS code, known as Partials, to display in specific sections or to collect and validate additional data of the Universal Login and Signup widget. Update Partials exclusively via the Set partials for a prompt API endpoint.
- For example, Partials can add a terms and conditions checkbox that users must select before completing signup. Partials support client-side validation (through JS directly on the page) and server-side validation (through actions).
Review the documentation on Customize Signup and Login Prompts for more information.