Newbie question, but can I insert input fields directly from an existing table? I’ve watched the videos on data binding, but it’s fairly tedious considering how long our client’s form is.
you can use Repeater to render fields dynamically:
- create a container with enabled option “repeater”
- assign a list of your columns/fields
- prepare a UI for rendering an input dynamically
Regards, Vlad
Thank you, Vlad. How do I assign a list to my table column/fields?
Thank you. So this has to be set up for each record? If 100 users complete the form and log back in to make changes, we need to have 100 setup for each field?
you can have another Repeater for users as well