0
votes

I used this documentation to split email verification and sign up for my sign up process.

I found in other questions that to skip the email changing step, just hide the email change button. My need is to create a button in the 4th step to allow to change the email.

Is there a way to give the same behavior to the button created with JS as the one hidden in the previous step please?

PS : I tried to give it the same id and class name to the js button but it didn't work.

1

1 Answers

0
votes

If you make the email field in 4th step not read only, and apply email.verified as the partnerClaimType (like default starter pack), it will force email verification if it’s changed on that page to anything other than what was pre populated.