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

Question

Question

is there a way to remove the field label section of a table?

asked on July 2, 2014

if a table is created a section title is created as well.  is there a way to remove that so that there is not a line running across form?

 

1 0

Answer

SELECTED ANSWER
replied on July 3, 2014

Hi Armando,

 

You can use CSS to hide the label. From the CSS and JavaScript page of your form check the id of the table. Then this code should do it for you, where "ID" is the id of your table.

 

#qID .cf-section-header {display: none;}

 

4 0
replied on October 24, 2017

This works great, however... now there is annoying extra space between my previous field and that table. Anyway to fix that? See screenshot. Thanks!

AnnoyingSpace.PNG
0 0

Replies

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

Sign in to reply to this post.