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??
Question
Question
Answer
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.
Replies
Under the "Basic" tab for the table properties you will see a checkbox to hide the row label.
I already did that but I want to hide the Field Label and The table line
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.
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