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.
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