Creating multiple forms?______________________

Creating multiple forms?______________________

I am at a loss and not able to create a 2nd form without creating a separate table that stores it in a separate Creator Form.  I know how to associate many Views to a Form but each Form I create in "Edit Application" creates different table.

I've read all the comments but need someone to walk me through the process. Willing to pay and do via Desktop Sharing.  I am not very technical but typically can figure things out.  This has been a problem.  Will Zoho CREATOR come out with a WIZARD to associate a second Form to an existing one(Stateless) similar to how multiple VIEWS can be associate with one FORM.  THANK YOU.  george www.yourbizzwizz.com


+++++++++++++++++++++++++++++ EARLIER POSTS RELATED TO THIS
Thank you.  I understand what the above code does and I created a stateless form.  Do I first have the create the fields on the stateless form first which have the same Field Names as those on the Main Form who's table I want to update with the data in the stateless form?

Can I create the stateless form fields in the drag and drop editor or do I have/should I create the fields in the Script editor and how do I create them so the mapping can happen.  In the Script Builder I am using the "add record" to task in the On Click botton... once the "add record" script is created (ie, "insert into") and I edit it a pop up appears and that is where I get lost.  But I did go back to the stateless form and added fields with same names as the ones in the Main From and then substituted "First_Name = input.First_Name" and that seems to work.  Am I going about this the correct way.
The example / demos are to complex what would be create is not a lookup stateless form but simply the basic steps to create main form with 2 fields (to keep it simple) and then outline the exact steps to create the same fields in the stateless form that can then update the Main form table. 

What "tasks" in the Script Editor inserts the
input.First_Name = "";
input.Last_Name = "";
input.Phone_Number = "";
input.Email = "";

the "add record" inserts "insert into" and what task is the "input.First_Name" script




Tested the stateless form with two fields entering data and clicking the Submit Button and got this error.

Error occured while executing on click script
The following mandatory field shoudl not be left blank
Email, Phone...





Thank you.
George
yourbizzwizz.com