Mssql not updating table

I have reached the end of tutorial 7 User Registration. I attempted to register an account the email validation worked but the data is not being inserted in the table. I have include a number of images to assist in troubleshooting this issue. Thanks in advance.

ApiEvents

I do not see the variable $_POST.regEmail in your Insert fields? Is it included in your Inputs? Where is this coming from, and what happens if you remove it?

Thanks Dave.
The $_POST.regEmail is converted to lowercase and place in the email variable.

A good place to start would be here as you can see if there is an error in your action

1 Like

Solved! The field for holding the password in mssql was less than the length of the encryption key.
Also, I needed to pass in a value for a field that was set to “not null”.