Dynamic input field

Hi There!

What i´m trying to do is build a form.
Some input fields of the form should be only displayed when e certain option in a previous dropdown is selected. I solved this by formulating conditions (When XXX´s value is YYY, this element is visible.) So far so good, but now i have large blank spaces in my form, which looks kind of crappy.

What is the best way to not only hide the fields but also let them slide in and push the next option a bit down when they should be shown, without taking up space when they are hidden?

I hope you understand my problem, looking forward to your answers, guys!

Best Regards

It depends on your design. You can place the inputs in a group and select collapse height when hidden.

4 Likes

Ah that was easy, thanks a lot.

1 Like