• I am creating a form in Contact Form 7 that has several sections. I would like to add a header to each section, for instance, “Tell us about yourself”. I’m modeling my contact form after this site’s form

    Inserting a header tag does not work. What do I need to add and to what file do I need to add it to in order to be able to use header tags? I’m new to WP and to HTML coding so please be specific.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Inserting a header tag does not work.

    Yes it does. For example, this worked as a test for me when entered into the form box of CF7:

    <h3> The Form</h3>
    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>

    Thread Starter lmkitties

    (@lmkitties)

    You’re right! I had the header tags in between a <p> tag.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 Text Styling’ is closed to new replies.