Hello Laserfiche Community,
I'm working on a form that I want to add a border around certain fields to create a table-like look, however I'm experiencing some difficulty in making sure the borders are working as intended. The current requested set up is
Multi-line ---- Radio Button ---- Multi-line
This works fine for what I need, however when the user goes to change the vertical height of a multi-line field it creates a gap between the border properties for the field below, as such:
When ideally it would align with the bordering on the other side automatically, like this:
I'm currently just using some basic CSS (border-left and border-right) for the borders, but was wondering if there's anything that can be done to automatically adjust the borders depending on the size of the fields? Simply removing the CSS to change the vertical height of the multi-line fields is an option I want to avoid.
Thank you