You are viewing limited content. For full access, please sign in.

Question

Question

Laserfiche Forms - Multiple horizontal fields in a single line

asked on June 24, 2016

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.

0 0

Replies

replied on June 24, 2016

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.

https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-US/administration/#../Subsystems/Forms/Content/Forms-CSS.htm

 

 

Cheers,

Carl

2 0
replied on June 24, 2016

Carl's response is pretty spot on. You can also take a look at this.

0 0
replied on June 24, 2016

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.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.