Lead Capture Tools

Theadodds
Participant

Form Fields Not Appearing

SOLVE

Hi! I know others have asked this question, but I'm just not able to figure out why th form fields aren't appearing in this landing page. Please point out the silly little piece of code I am missing!

 

https://join.holderness.org/thankful

0 Upvotes
1 Accepted solution
Josh
Solution
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

Form Fields Not Appearing

SOLVE

Hi,

 

The best thing to do would be a screenshare. Feel free to book 15 minutes tomorrow, or I can hop on a Zoom right now.  




Did this post help solve your problem? If so, please mark it as a solution.

Josh Curcio

HubSpot support and inbound marketing for OEMs, contract manufacturers, and industrial suppliers.
HubSpot Platinum Partner & HubSpot Certified Trainer

View solution in original post

5 Replies 5
Josh
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

Form Fields Not Appearing

SOLVE

Hi @Theadodds,

 

I do see the form fields, but I am not seeing the labels.  

 

Similar to this post, there is a reference in CSS to display: none.

 

 


Displaynone.png

To fix this, you'll have to find that reference in your CSS file and remove it. It's in a CSS file called Azoom.min.css.

 

Josh




Did this post help solve your problem? If so, please mark it as a solution.

Josh Curcio

HubSpot support and inbound marketing for OEMs, contract manufacturers, and industrial suppliers.
HubSpot Platinum Partner & HubSpot Certified Trainer

0 Upvotes
Theadodds
Participant

Form Fields Not Appearing

SOLVE

Thanks Josh! Yeah, form labels is what I meant and I had seen that post and have scoured the .css for that code...  and can't find it. The only CSS file I see is azoom.css. I don't see one called azoom.min.css. I'm in the design manager, am I looking in the wrong place?

0 Upvotes
Theadodds
Participant

Form Fields Not Appearing

SOLVE

This is the .css I can find regarding the form labels:

 

/* Form Field */
.form-default .hs-form-field {}


/* Descriptions */
.form-default .hs-field-desc {}

/* Labels */
.form-default label {}
.form-default .hs-form-field > label {
font-weight: 400;
}

0 Upvotes
Josh
Solution
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

Form Fields Not Appearing

SOLVE

Hi,

 

The best thing to do would be a screenshare. Feel free to book 15 minutes tomorrow, or I can hop on a Zoom right now.  




Did this post help solve your problem? If so, please mark it as a solution.

Josh Curcio

HubSpot support and inbound marketing for OEMs, contract manufacturers, and industrial suppliers.
HubSpot Platinum Partner & HubSpot Certified Trainer

Theadodds
Participant

Form Fields Not Appearing

SOLVE

Awesome! Thanks Josh

0 Upvotes