0

I used this documentation to split my signup process. I need to remove the 3rd page of email validation. The same question was asked in this link, I tried the same solution but it only hide the change email button, but not skip the page entirely.

HTML code :

<button class="editButton" id="email_ver_but_edit" type="button" aria-label="Change e-mail" style="display: inline;" aria-hidden="false">Change e-mail</button>

CSS code :

#email_ver_but_edit {
  visibility: hidden;
}

PS: Continue and cancel buttons are also hided, I just need to show them in the last page.

enter image description here

Nicolas
  • 167
  • 8
  • 1
    Do you want to auto submit the page once email is verified? – Jas Suri - MSFT Mar 04 '22 at 00:58
  • After code validation, I need to skip the 3rd page and load the last one wich contain readOnly email, password... Is this possible? the same need was posted [here](https://stackoverflow.com/questions/69509093/adjust-email-verification-user-interface-in-azureb2c-custom-policies) – Nicolas Mar 04 '22 at 14:54

0 Answers0