Hey!
My first post here
I have a flow in which we create an Auth0 user account programmatically and send an email to the user to reset the password. I’d like to customize the Password Reset Page by adding a checkbox.
While this task seems easy, I’d like to prevent the user from setting the password (by disabling the submit button) if he/she doesn’t tick the checkbox. I can’t find any easy way to do this and the only idea I have is to find the button in js, disable it initially and then enable it once the T&C checkbox is ticked. Any better ideas?
Kind regards,
Daniel