Hello. I have a form that requires a user to input One or More “accounts”. I’d like to have a button or link that the user can select to “add” another input field to add more accounts.
Form would start like this
And when the user presses the + button, another field would show available:
And so on:
I can achieve this in a workflow that first “hides” the extra accounts fields until the workflow is run, but this is a but cumbersome and also ends up resulting in a big space between the last Account Field and the Submit button, or some horrible overlay. Wondering if there is some better method of doing that I am missing.
Thank you!