How can I include multple horizontal fields in a single line in Laserfiche Forms?
For example, I'm trying to do this:
City:__________________ State:___________ Zip code________
Thanks.
How can I include multple horizontal fields in a single line in Laserfiche Forms?
For example, I'm trying to do this:
City:__________________ State:___________ Zip code________
Thanks.
Hi Jorge,
You'll want to look into customizing a form's appearance with CSS. All elements of the form are essentially customization through this feature.
Cheers,
Carl
CSS with inline-block is the way to go. Upvoting Carl's answer.
One way I would highly recommend not to do it is to add a table use the different columns/rows for different fields, as the way that Field and Lookup Rules work with variables in a table can lead to unexpected behavior. Tables (and collections) should be used for data which are related per row (or set), not for layout purposes.