Error- Stateless form submit auto populate

Error- Stateless form submit auto populate

Error details:
Error in executing On Click script of the Submit button.
Error.
Error in executing Add Record task.

insert into Bay_Booking
[
    BB_First_Name = input.BK1_First_Name
    BB_Last_Name = input.BK1_Last_Name
    BB_Customer_ID = input.BK1_Customer_Information
    BB_Models = input.BK1_Models
    BB_Make = input.BK1_Models
    BB_Date_Time = input.BK1_Time_In
    null = zoho.loginuser
]
openUrl("#Form:Bay_Booking", "same window");

Have a stateless form that i am wanting to enter details then when i press submit it opens the second form which keeps all of the recordrs and also auto populates the said forms.