When creating a custom signup form, how can I modify default error messages set by wix? For example, how to change the error message “something went wrong. please try again later” to be something more specific, like “this email address already exists”? Thanks!
Hey,
You could add your error messages with text boxes on the Editor and set them to be hidden on load.
You just have to add some code then to show() the message if the email value already exists in the database collection.
Hope this helps!
Dara | Corvid Team
Thanks, Dana! I was wondering earlier if this could be done without writing code in wix … Is there any code example that you can point to?