[web2py] Re: multi-level form acceptance

2018-12-07 Thread 黄祥
perhaps you can use auth_group and auth_membership, assign person in auth_user table to auth_membership that belong to auth_gorup then using conditional if to check the value if person from group_1 is 'accepted' then it will appears in person fron group_2 best regards, stifan -- Resources: - h

[web2py] Re: multi-level form acceptance

2018-12-07 Thread Dave S
On Thursday, December 6, 2018 at 11:43:37 PM UTC-8, pradeep chauhan wrote: > > hi, > i want to send form which i created to some person, if that person accepts > the application it will be sent to 2nd person for approval and so on..how > can i do that? > The easy way (according to my personal