I do not like Wix Sign Up screen.
wix will not be able to modify the Sign Up Screen and MYSQL.
So when I enter a value in the database, can it return processing if it is duplicated?
Hi,
Wix is currently working on a way to allow customization of the sign up form, which is not available now.
when you insert data to the db, if you provide a meaningful _id based on the unique data points you will avoid duplications. you can also query data using the before insert hook and block the operation
Shlomi