Web Components · Global
<mmm-signup>
Account creation form and verification flow.
What it is
Captures email and password (or social) then walks the user through verification.
When to use
- /signup page
- Inline signup in checkout
- Newsletter-to-account conversion
Attributes
AttributeTypeDefaultDescription
data-redirectstring/Where to send the user after success.idstring—Unique element identifier.classstring—Custom CSS class list.hiddenbooleanfalseHide the element without removing it from the DOM.Examples
Default
Email/password sign-up.
<mmm-signup></mmm-signup>