Hi,
When I add a form from Gravity Forms (I used the “form” widget), it comes in with a <ul>
tag.
You can find my form at http://new.hrcaustin.org/become-a-table-captain/
Thanks!
Lynn
Hi,
When I add a form from Gravity Forms (I used the “form” widget), it comes in with a <ul>
tag.
You can find my form at http://new.hrcaustin.org/become-a-table-captain/
Thanks!
Lynn
I guess it would help if I asked a question.
Any reason why or how to fix?
Thanks!
[Content Hidden]
Hey Lynn,
Welcome to BB forums! Are you trying to remove the square icons next to the form widget? Try out this CSS snippet. Is this what you are looking for by chance?
.entry-content .gform_widget ul li {
list-style-type: none;
}
Thanks!
KC
Much better, thanks KC.
So the form is supposed to come in as an UL? I thought maybe something was wrong.
Hey Lynn,
All the fields in GF are unordered lists(ul). It just so happens that the theme you’re using has a default styling for one.
Ben
Gotcha, Ben. Thanks for that!
No worries! Have fun with BB!
Ben