Insert User Form: Email field is not saved in database

I designed the form exactly according to the tutorial https://youtu.be/1NLr9eHowaI.

Everything works, only the mail is not saved.
When checking the browser (Network/XHR) there is no error message.

who can help me here?

Your input name in the form is email and in the insert record step you’ve selected a post variable called mail:

As there’s no input called mail nothing gets inserted. You need to select the post variable called email in the insert record step.

2 Likes

right, now it works.
Many Thanks!!!