I want to just capture email id’s and no password to create a wait list.
In the workflow, I have added: when a button Sign Up is clicked>
Create a new Wait List User, where Type : Wait List User
email= Input Email (sign up)'s value
While I am able to capture emails, following problems I am facing:
- The email input by user doesn’t fade off after clicking the button
- How do I ensure that I do not collect duplicate emails which are already registered?
Thanks! Best, Narayan