Hi,
I have created a custom (Velo) membership option with email verification using the example https://www.wix.com/velo/example/members-area . Everything is working fine, my verification email is going and members are getting added as they should. But the contact is created twice (duplicated) and it leads to the following problem.
Scenario 1 - once the new user submits the details, the code sends out the verification link in the triggered email and if the user clicks the verification link then everything works as intended
Scenario 2 - once the new user submits the details, the code sends out the verification link in the triggered email but for some reason the user doesn’t click the verification link (deletes the email by mistake) - then the user can’t signup again because the contact is already created on the website (member is not created - just a contact)
Any suggestions?