Hi @rueben.tiow,
I refer below link for customize new universal login page.
https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates
In this I found custom sign up prompt code,
{%- auth0:head -%} body._widget-auto-layout { --page-background-image: url(‘https://REPLACE/WITH/YOUR/BACKGROUND/IMAGE.png’); background-color: var(–page-background-color); background-image: var(–page-background-image); background-position: center; background-size: cover; background-repeat: no-repeat; } {{ prompt.screen.texts.pageTitle }} {%- auth0:widget -%}
Could you please confirm me whether we will able to add in custom fields in this code between
{%- auth0:head -%} & {%- auth0:widget -%} ??
I required to add sign up fields below password i.e. country code and phone number.
Kindly provide your guidance.
Regards,
Dipesh Patel