How do I add fields dynamically in web2py forms? -


i have form field(with label "person1"). add more fields of same type add more people. how add specific fields dynamically in web2py forms clicking button?

u cant add automatically fields form.it should done manually field('name',label='',widget='').in way u can add fields form


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -