Hello, I am very new to web2py. I was hoping for some insight as to whether what I am trying to do is possible, and maybe if I can be redirected as to what I should read up on to help me figure this out. Any advice or insight will help.
I have web forms, which are linked to an excel file template. Once a web form is filled out and submitted, it is saved into the same folder that the excel template file is located in, under a new name where the original excel file template is untouched. I want to make it so that, a user registers an account and when they fill out the webform it saves to that specific user in the database. If they fill out the same webform again, it saves without erasing their previous forms. I am very certain that this is possible to do within web2py. I think to accomplish this, I need to use SQLForm. Will I need two seperate databases to accomplish this? One database that registers users, and another database that has an upload field defined that links to the other database? Thank you. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

