I am researching whether multiple instances of a field in a custom form can be dynamically added?
Example:
Field 1: Item Description (+) ------> Field 1 gets displayed on the form when the form is invoked.
By clicking the + sign, is there a way to dynamically add
Field 2: Item Description, #2 (+)
By clicking the +, dynamically add
Field 3: Item Description #3 (+), etc.
Naturally, in the back end, Fields 1,2,3 would get stored separately in the DB.
I appreciate any guidance from this community forum.