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

Question

Question

How to remove the line on the table

asked on April 12, 2021 Show version history

Hello, how remove the Field label and Line in the Table field but keep the Columns label and add a column what the best way to do this??

Na1.JPG
Na2.JPG
N13.JPG
Na1.JPG (15.3 KB)
Na2.JPG (10.74 KB)
N13.JPG (27.09 KB)
0 0

Answer

SELECTED ANSWER
replied on April 12, 2021

With the form in question selected, navigate to the "CSS and Javascript" tab. Add the following piece of code under CSS: 

#q?? .cf-section-header {display : none !important; }

 

Replace the question marks with your field number, which can also be located from this same tab. See image attached.

 

tableLabel.PNG
tableLabel.PNG (6.21 KB)
1 1

Replies

replied on April 12, 2021

Under the "Basic" tab for the table properties you will see a checkbox to hide the row label.

0 0
replied on April 12, 2021

I already did that but I want to hide the Field Label and The table line

N13.JPG
N13.JPG (27.09 KB)
0 0
SELECTED ANSWER
replied on April 12, 2021

With the form in question selected, navigate to the "CSS and Javascript" tab. Add the following piece of code under CSS: 

#q?? .cf-section-header {display : none !important; }

 

Replace the question marks with your field number, which can also be located from this same tab. See image attached.

 

tableLabel.PNG
tableLabel.PNG (6.21 KB)
1 1
replied on April 12, 2021

For Example like this: #q133.cf-section-header {display : none !important; }

replied on April 12, 2021 Show version history

Thank, now for my final question I have Current Name on top of the field how can I get it to the side without using the Row Field in the Table Fields and get it like the example picture

N14.JPG
N15.JPG
N14.JPG (10.86 KB)
N15.JPG (11.04 KB)
0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.