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

Question

Question

form table configure first row

asked on February 17, 2022

Is there a way to configure the first row of a table with text? i have many forms that I'm trying to convent into Laserfiche and a lot of them have a bit of context text in the first column, followed by actionable items link radio buttons, drop down menus, and text fields. Is there any way to make the first row act similar to a column. Here's an example for a form I'm converting to Laserfiche: 

 

0 0

Replies

replied on February 17, 2022

If this isn't possible, how can i format 2 "columns" with html/css?

0 0
replied on February 17, 2022

You could create a column where the field is read-only and has a default value.  Then put the descriptive text under the field.

replied on February 17, 2022

 

replied on February 17, 2022 Show version history

Here's some I've used...

 

.triple-line {display: inline-block; width: 240px;} /* hours contribution */
.triple-line .cf-label {min-width: 30%;}
.triple-line .cf-field {width: 70%;}
.triple-line .cf-field input {width: 100%;}

.emp-left  {display: inline-block; width: 300px; max-width: 300px;}
.emp-left .cf-label {min-width: 46%} 
.emp-left .cf-field {width: 54%;}
.emp-left .cf-field input {width: 100%;}

.emp-right {display: inline-block; width: 450px;}
.emp-right .cf-label {display: none;}
.emp-right .cf-field {width: 100%;}
.emp-right .cf-field input {width: 100%;}

sample.txt (560 B)
0 0
replied on February 17, 2022 Show version history

I tried using the in line box code: .Aling1 { width: 45%; display: inline-block; }

but it looks awful...

 

Is there an easy way to create 4 "columns" , the first two being text and the last two being field values? I'm struggling to mix text with field values in the same "row" 

0 0
replied on February 18, 2022

Yeah, you're going to have to tweak the contained elements (label, input, help text, etc).  It's a pain to fiddle with.  My understanding is that version 11 gives you better tools for this, but I don't know from personal experience.  Use the inspect tool on your browser to get in there and see what Forms is doing with the elements, and which elements you want to adjust.

BTW, Salmon Arm?  Why not just Fin.  :)

 

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

Sign in to reply to this post.