Re: [web2py] Re: web2py survey dynamic forms with nested choices

2019-10-21 Thread ngn zone
Thanks Val, I have googled search and came across react JS which can facilitate front end so I am looking at it. On Fri, Oct 18, 2019 at 11:19 PM Val K wrote: > 'list:string' are definitely RDBMS-anti-pattern: try to count users that > checked A-answer to B-question from B-section from C-surv

Re: [web2py] Re: web2py survey dynamic forms with nested choices

2019-10-18 Thread ngn zone
The truth is I need some light on which direction to take. as you have said, I need RDBMS, but talking of json or pickle I will need some help on how to go about it. Any link to a tutorial or example? Thanks Val On Fri, Oct 18, 2019 at 11:19 PM Val K wrote: > 'list:string' are definitely RDBMS-

Re: [web2py] Re: web2py survey dynamic forms with nested choices

2019-10-17 Thread ngn zone
Okay, sounds interesting, I will check that out Thanks On Thu, Oct 17, 2019 at 11:16 AM António Ramos wrote: > apart from that you can use google forms and use google api script to call > your app webservice and send the json to your table. > This way you can let users create rapidly forms to qu