Hi, Webflow community,
I’m in the process of building a form for a client. Ideally, I would like the user to add a specific field block dynamically with a + button (see attachment). Is there a coding wizard that is able to help me, or is what I want not possible? Help is much appreciated.
The client side is relatively straightforward, PM me if you need a dev to help set that up the code. The trickier part is making the UX work comfortably, and making the “add a block” clearly understandable.
On the server side, you have some challenges collecting and storing the data consistently, and providing it in a clean readable way to the people who need to process it. You’ll probably want to avoid Webflow’s built-in forms handler, since it’s not very flexible.
Another approach is to do a multi-step form rather than “+” blocks, which would work similarly but more compactly. Or, go with a 3rdparty form provider like Jotform which specializes in these types of UI constructs.