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 -

mongodb - Multiple $and with multiple $or in $match mongoose -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -