Hello,
One of the things I cannot figure out is how to create, populate and save a control in Forms Builder that can occur one or multiple times on a form during runtime.
For example, I have a part on my form where a user will have to fill in one or multiple rows.
Name
| Age | Address
|
|---|
| Alice | 23 | Street 123 |
| Bob | 42 | [needs filling in] |
| ... | | |
| [Name N] | 34 | Street 78 |
Now, I want to be able to
- retrieve some fields (or all) from a docbase/repository,
- edit those that are still empty,
- add or remove rows.
My questions are:
- Can it be done with Forms Builder (electronic forms)?
- What kind of controls in Forms Builder will I use here?
- How can it be done?
- How can I populate my controls from an external source?
I cannot find it in the (FB 6.0) documentation. This is the biggest issue I still have open for Forms Builder.
Regards,
Tim