We’re excited to announce the general availability of Auth0 Forms, a powerful visual editor that empowers you to create custom, dynamic forms that integrate seamlessly with your authentication flows.
Read more…
Brought to you by @ramona.schwering
We’re excited to announce the general availability of Auth0 Forms, a powerful visual editor that empowers you to create custom, dynamic forms that integrate seamlessly with your authentication flows.
Read more…
Brought to you by @ramona.schwering
Any queries lingering in your mind? We’re ready to provide answers!
Hey @robertino.calcaterra, are there any plans to support Auth0 Forms in the Auth0 Deploy CLI tool in the near future?
Any plans to allow forms to be rendered in other flows i.e pre/post user registration?
Yes, we plan to support it in the following weeks
Yes, we are working on it and we will probably support some new flows before the end of the year
Hi is the form available like other prompt? in the prompt drop down list.
Is there way to configure the Twilio integration flow component to use messaging service versus just giving the from number?
Hi there! If you mean in Custom Text, it’s available under the custom-form
name, but currently, it only supports changing the title.
No, but you can always use the HTTP Request. We have plans to inherit the phone provider configuration of your tenant settings, that would solve this use case.
Hi. Do you plan to include the customized font we selected on the Universal Login page in the forms? Now, when the forms are rendered, the font is not the same
Do you have an example? Screenshot of font settings would be enough so we can check why it’s not inheriting the customized font.
Hi @robertino.calcaterra,
We are looking into Auth0 Forms, we have several use-cases where Auth0 Forms seems like a logical solution to our problem, so far loving it!
I’m curious about the styling and look and feel of the different form elements though. Will this be more in line with the Universal Login styling (for instance a form element label in UL inside the text box, on focus moves to the border of the element). Also the custom branding applied to UL is not applied to Auth0 Forms elements. And if this is to be expected in the feature, do you have an estimate on when we can expect this?
Cheers,
Jan
Hi @jacobovidal
We have the same issue, see screenshots of how our font setting is currently setup, it is pointing to a woff2 file.
Is there a way to modify the look of errors in Forms? Currently I am getting an barley unreadble error because of an invalid field (phone number) and I dont see any option to configure this
Current solution: I had to modify the CSS inside the Auth0 Forms:
body { font-family: 'ULP Custom', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif; }
Universal login automatically defines 'ULP Custom'
font based on the URL, so they do not have to edit that code.
This is a small bug when calculating contrast using dark colors, will be fixed soon.