I'm wanting to find out how I change my form title from an h2
tag to an h1
tag from the Wufoo forms builder. I've been looking everywhere on their documentation and can not find out an answer.
Wufoo Form Editing
1.4k Views Asked by Jeff Davidson At
3
There are 3 best solutions below
0

I'm not entirely sure you can do that... many of those "pre-made" type sites won't allow much customization. You might want to try to make your own form with the HTML <form>
tag.
0

You can't change the markup of a form HOSTED by Wufoo. But if you download the HTML/CSS (avaialble in the code manager, the same place you get the embed code), you are free to change that tag. Or, you can use Custom CSS to make that h2 look any way you want.
you can download the embedded code provided for developer, you will get a .zip file, edit index.html file, edit form according to your needs, but do not change actual, name, type, method, action, value fields, add CSS classes you want and finally you are are ready to in your site, it work fine. I am using it on 30+ websites.