[web2py] Re: 2 different registration form

2015-12-14 Thread Alessio Varalta
For the membership you can create the two field with appadmin and after you have to set the field in Role table where you use the id user that you have recovery and the static id for example > > >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/w

[web2py] Re: 2 different registration form

2015-12-14 Thread Alessio Varalta
You can simple for example insert the membership with a query and set the right references. For exmpale for the registration you can recovery the id of the user in this way last record or by the form in the controller i think you have form.accept? After yuon can make a query that insert the us