"Please include an email " message comes up

I have a sign up page. I have a Email input. The content type for this is also email (also tried “text”). As soon as click anything on the page, I get a message, “Please include an email.”. Confused, because I do have an email input box already there.


Here are two screenshots, one with the Email field and its properties and second with the popup message. Thanks.

3 Likes

This is likely because your workflow is referencing a different email input on the page: we recommend making sure your element names are fully unique and that the right one is being used in the flow.

2 Likes

I looked at my data. I have just one table. It is called “user” and there is only one email field in it, the one that is hard-coded. It is in lower case. I see no other fields called email. So not sure where the confusion is coming from.

Should I put for Content type, Email or text. I have tried both neither works. Keep getting this error.

I also did a stepbystep error checker and it said that the email field is empty, although I see placeholder in it and I fill a proper email in that input box in preview.

If you’re still having trouble, please do reach out to our team at support@bubble.io so that we are able to better assist with your app directly.

Thought I would list what caused my issues. I had both signup and login elements on one page. Hence there are two email input blocs, one on signup group and one on login group. The solution was to name the input field for each block something different. I renamed the email to email signin (not the place holder but the name at the top of the black property popup.) Now when I program the submit button I can see the two different emails, one for the submit group and the other for the Login group. Hope this will help someone else.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.