• I’ve had to rebuild my entire site ( thanks to bluehost stuffing my account and me losing my entire site and back ups and everything ) and now on loading the contact 7 form plugin, the boxes come up ( where a client would usually put there name, number, email etc and their message ) however none of the boxes are titled so there’s 4 or 5 boxes there however you can’t tell which one should take your name – or your phone number or message ………..

    Anyone having the same issue and can suggest a solution ?

    Cheers

    Grant

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried this?

    <p>Your Name<br />
    [your shortcode ]</p>

    Here’s what I have on one site:

    <p><span style="color:#575757;">Full name</span><span style="color:#ff0000;">&nbsp;*</span><br />
        [text* your-name /45] </p>
    
    <p><span style="color:#575757;">Email</span><span style="color:#ff0000;">&nbsp;*</span><br />
        [email* your-email /45] </p>
    
    <p><span style="color:#575757;">Subject</span><span style="color:#ff0000;">&nbsp;*</span><br />
        [text* your-subject /45] </p>
    
    <p><span style="color:#575757;">Your message</span><span style="color:#ff0000;">&nbsp;*</span><br />
        [textarea* your-message /60] </p>
    
    <p>[honeypot complete-here-749]</p>
    <p>[submit "Submit"]</p>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘contact 7 not working’ is closed to new replies.