I am tryng to add data to the User database after pressing the “Create an account” button.
Seeing the preview image I have only the “first_name” and “last_name” fields that I have created. Where it is not possible to get the “email” and “password”>
Therefore, when I press the “Create an account” button, it sends normally the user to the next page (from the workflow) but does not save the form data to the User table.