I am on the free plan and want to add a legal field to the login screen. I want to include legal text and a checkbox the user must check to agree to the terms before the log in.
Is there an easy way to do that on the free plan?
I’ve tried creating a form but I’m not understanding how to get use it as my login screen. I see a button for export and for publish, but am not clear what those do. I also see another tab for flows, but am not sure what i need to do what that.Any guidance is greatly appreciated.
Btw, I’ve tried uploading some screenshots to show what I’ve done but it tells me I can’t do it.
             
            
              
              
              
            
            
           
          
            
            
              Hi @mark.plummer
Welcome to the Auth0 Community!
You are on the correct path with using our Forms feature; in order to integrate the created Form with your login flow, you will need to click on the Publish button ( top right ) to save the changes, after which click on the Render tab ( top side in the middle, next to Edit). This will bring you to a tab with the Forms integration within a Post-Login Action. You can Copy the contents, then navigate to your Auth0 Dashboard, create a new Post-Login Action and paste the contents in there. After this, you will need to Deploy de Action and add it to your Login Flow.
You can now test the flow - the user should be prompted for credentials and after their input, the Form should be rendered and they will only be able to resume authentication after clicking the checkbox and continuing.
This following documentation might bring some useful information to the table :
Hope this helped!
Gerald