Form like a table

Hello,

I am trying to create a form that looks like a table. How can i do this?
Is there a way of making all elements on a row the same height?

Thanks

James

Hi James!

There isn't a dedicated table container, but Plumsail Forms let you add custom CSS, which might help in your case. Could you share your scenario in more details?

Also, a couple of follow up questions:

  • What form elements do you wish to display in a table-like manner?
  • Do you have a reference you can share?

Hello, i would like to create something like this

I don't there isn't a go-to solution here, but here are some things that might help:

  1. A lot of fields have the same height and can be placed one after another. You can select the form element, click on its top-right corner and drag this corner to the left to shrink the element. Alternatively you can update its column width in the property inspector

  2. There is a DataTable control for dynamically adding structured data entries:

  3. Some elements like Ink Sketch and Note fields have a Height property you can use to give those elements a fixed height.