Continue Discussion 22 replies
September 2024

robertino.calcaterra Auth0 Employee

Any queries lingering in your mind? We’re ready to provide answers!

2 replies
September 2024 ▶ robertino.calcaterra

gparascandolo Auth0 by Okta Community Catalyst

Hey @robertino.calcaterra, are there any plans to support Auth0 Forms in the Auth0 Deploy CLI tool in the near future?

1 reply
September 2024

benj1111

Any plans to allow forms to be rendered in other flows i.e pre/post user registration?

1 reply
September 2024 ▶ gparascandolo

robertino.calcaterra Auth0 Employee

Yes, we plan to support it in the following weeks :raised_hands:t2:

September 2024 ▶ benj1111

robertino.calcaterra Auth0 Employee

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

1 reply
October 2024 ▶ robertino.calcaterra

BGnyawali

Hi is the form available like other prompt? in the prompt drop down list.

1 reply
November 2024

blockwood

Is there way to configure the Twilio integration flow component to use messaging service versus just giving the from number?

1 reply
November 2024 ▶ BGnyawali

robertino.calcaterra Auth0 Employee

Hi there! If you mean in Custom Text, it’s available under the custom-form name, but currently, it only supports changing the title.

November 2024 ▶ blockwood

robertino.calcaterra Auth0 Employee

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.

November 2024

sefer

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 reply
November 2024 ▶ sefer

jacobovidal Auth0 Employee

Do you have an example? Screenshot of font settings would be enough so we can check why it’s not inheriting the customized font.

1 reply
November 2024 ▶ robertino.calcaterra

j.joosse

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

1 reply
November 2024 ▶ jacobovidal

j.joosse

Hi @jacobovidal
We have the same issue, see screenshots of how our font setting is currently setup, it is pointing to a woff2 file.

December 2024

mrszop

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:

1 reply
December 2024 ▶ j.joosse

robertino.calcaterra Auth0 Employee

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 reply
December 2024

jacobovidal Auth0 Employee

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

December 2024

dev0

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:

December 2024

dominicmax

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 reply
December 2024 ▶ dominicmax

dominicmax

  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.
1 reply
January 3 ▶ robertino.calcaterra

cfraser

We have uploaded a custom font, which is being used in our Universal Login screens, but not in our Auth0 Forms. Are you saying that this code snippet needs to be added to the Form’s Custom CSS, or that the custom font should be picked up automatically as it’s using the ULP Custom font-family?

Thanks for the clarification!

1 reply
January 6 ▶ cfraser

dominicmax

@cfraser Tried it 1-1 as given by @robertino.calcaterra above. this works for me.

January 7 ▶ dominicmax

dominicmax

  1. “Notes” component to be able to visually add internal notes to a complex Forms board.