I am using gf_inline to align text entry fields with HTML. I have not added a title but the text box and the HTML are not lining up. Is there a css style that removes the title of the fields.
Thanks
Ginnie
I am using gf_inline to align text entry fields with HTML. I have not added a title but the text box and the HTML are not lining up. Is there a css style that removes the title of the fields.
Thanks
Ginnie
Please post a link to your site where the form is embedded and let us know which text you want to hide and we'll help you with the CSS to do that.
Hi,
The page is https://hibcc.org/udi-labeling-standards/apply-for-a-lic/. The issue is on page 2 and 3 of the form. You will see where I have text (HTML fields), then text box, then text (HTML field).
to view site you need to change our hosts file to
50.97.79.98 hibcc.org http://www.hibcc.org
The www needs to be without the http:// in front of it.
Thanks
Ginnie
Hi the site is now live http://www.hibcc.org. Thanks
I get an SSL error when trying to access the first link you posted, then I got a 404 from an IIS web server when removing the https part. Can you let us know when this is online where we can access it without making a change to our /etc/hosts or HOSTS file?
The basic procedure though will be to look at the source of the rendered page and find the ID of the titles you want to hide, then add "display:none;" to your theme's stylesheet for those elements. We can help you with that if we can take a look at your form. Thank you.