Within my forms, I currently have a forms collection with a table (columns/rows) associated to it. I have configured forms so the user can add multiple rows and these rows are automatically numbered "#{n}" as the user clicks the "Add Education" link (see image) ...
I would like to create a similar collection within the form, this time containing single-line fields as oppose to a table. It seems that I can only utilize "#{n}" when configuring tables (rows), how can I configure this using single-line fields? I would like to configure the first field (Employer) in the collection to dynamically append the # to it as a user clicks the "Add Employer" ....
Collection ABC
Employer #1 (field)
+ additional fields
Employer #2 (field)
+ additional fields
Employer #3 (field)
+ additional fields
"Add Employer"
Thanks!