How to prevent duplicate entries

I need help on how to avoid duplicate entries on my myh form username and email address, to be sure that no any members is already using the same emaila and or username that another member is trying to submit… Please help me with that, and then help me on how to create my own login for using username and password instead of the wix own login that requires email and password. Thanks

Hi,

please have a look at wix code validation options https://www.wix.com/code/reference/$w.FormElement.html, you can also configure your unique data as a primary key in your db collection.

since this specific question is around your site members, which is already handled without code on Wix sites, i also recommend you talk to Wix support for further assistance around your login and site members capabilities provided by wix

Shlomi

1 Like

Thak you, how can I contact wix support?

1 Like

Hi

When I add an another HTML iframe on a page that has a saved HTML iframe, it duplicates itself to the iframe that is on that page. How do I stop it from changing to the one I already have on the page?

Hi,
Do you use some code to change the iframe? If you do please share your code. If you don’t send the editor’s URL so we can inspect.