robertino.calcaterra Auth0 Employee
Any queries lingering in your mind? We’re ready to provide answers!
2 repliesAny queries lingering in your mind? We’re ready to provide answers!
2 repliesHey @robertino.calcaterra, are there any plans to support Auth0 Forms in the Auth0 Deploy CLI tool in the near future?
1 replyYes, 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 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.
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 replyHi @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.
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.
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 }}
First of all: Awesome feature.
Some observations / questions:
Thanks in advance for looking into these
1 replyWe 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@cfraser Tried it 1-1 as given by @robertino.calcaterra above. this works for me.