I am building a form that needs a bit of a unique layout. I need a text field, next to a large paragraph of text. I need the text box to stand without title or description. For this particular form, the text field is one of those "Initial to the box at the left if you agree to the following statements....(paragraph with six sentences)."
I tried gf_left_half and gf_right_half classes, but of course that separates the box from the paragraph with a lot of white space. I tried gf_inline, but then the paragraph appeared below the box, instead of next to the box.
Also, is is possible to have to have a text field with no description or title? I tried deleting the title but it defaults to 'untitled'.
Thanks.