Auth0 Forms Is Now Generally Available!

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…

:writing_hand:t2: Brought to you by @ramona.schwering

2 Likes

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 :raised_hands:t2:

2 Likes

Yes, we are working on it and we will probably support some new flows before the end of the year :rocket:

1 Like

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

1 Like

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.

1 Like

This is a small bug when calculating contrast using dark colors, will be fixed soon.

Any plans for more comprehensive documentation on functions and variables in Flows?

Just discovered that basic maths is possible. Super useful to be able to do things like:{{ functions.toTimestamp() - 1000000 }} :tada:

First of all: Awesome feature.

Some observations / questions:

  1. Would require to embed form independent from action trigger. I require a form to be rendered on demand, inside the user area of a portal. i.e. user is already “logged in”. I can see it potentially is possible using Auth0Forms SDK (embed function) but quite kludgy and undocumented. Any plans to allow this?
  2. i18n: where do we translate individual dropdown / choice items. Not possible using left icon bar / “translations”. Anything I missed here?
  3. Twilio recommends their Verify product for MFA. In Flows, you can integrate this through HTTP requests. A more integrated way would be preferred.
  4. Would be nice to have nested forms, e.g. to be able to add a step (as sub-form) after using a dropdown or multi-select choice.
  5. Inconsistent login state / missing auto-save: when visually editing a forms UI, it appears to be logged in but actually isn’t e.g. due to login expiry (over night etc.). You can still edit the form and after some time you realize you cannot save. Your changes are lost.

Thanks in advance for looking into these

  1. Would be nice to be able to multi-select UI components on the UI Forms board. If you got more complex boards, it is very time consuming to drag & drop every single module individually. A feature like auto-layout would also help a lot.