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.
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.
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.
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.