New Form Builder combined with components is not working

There seems to be a bug or issue with the new form builder. In my case, to keep design consistent in my projects I have created various input components.

When I try to use these, the variable is not appearing. If I try to use regular input fields that are not components, then it works.

This is causing a little headache with me, as it seems that I need to build forms without components, and that means it’s a lot more challenging to keep design and logic consistent in the application.

Anyone else experiencing this issue and have figure out a way to resolve it? I contacted support, but they said it’s a limitation that they can’t resolve currently.

Hi @erikm3103

It’s not a bug. Fields is just for native inputs. We don’t support components, date pickers and other elements there yet.

Since nobody came with a good solution, I would advice you to take a look at the ‘Starter kit’ project template > form builder. They have something that you could start from to build what you need.