I have set up OTP, so that I can ensure verification of email. I want to know if it is possible to change the form where the user creates their password (final step). My use case is that, on that form, I want to add a checkbox (sign up to our newsletter) that then uses action to post data to my service provider
I can do that with a custom form, but not with the OTP approach. Is my assumption correct?
Thanks
Grant
Ready to post?
First try searching for your answer.
Hi @grant.donovan
Welcome to the Auth0 Community!
Thank you for posting your question. You can edit the OTP Forms in the Forms feature to add a necessary step → Email OTP Verification with SendGrid Template, or alternatively, add progressive profiling as another Form in a separate Action → Progressive Profiling Template
Thanks!
Dawid
I loke the idea of a next step when they next login. I looked at the form, but couldn’t see the ability to integrate with action. When I did this with a custom form, like linked to an action that used an npm component to link in to our email sign application (opts them in). Is that possible with these custom forms
Thanks
Grant