• Resolved sc00t

    (@sc00t)


    Hi All,

    Here’s my code for my contact form:

    <p class="whitep"><label>Your Name
    [text* your-name] </label><br></p>
    
    <p class="whitep"><label> Your Email
    [email* your-email] </label><br></p>
    
    <p class="whitep"><label> Your Message
    [textarea your-message] </label><br></p>
    
    <p class="whitep">[submit "Send"]</p>

    the p class is in my css stylesheet – it just makes the font white, basically.

    Anyway, everything displays EXCEPT the submit button.

    scottdaviesdesign.co.uk/donationboxes is the URL, the form is right at the bottom of the page.

    I’ve been trying to fix it all afternoon & it’s driving me NUTS!

    Thanks!
    Sc00t

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    .wprfooter span {
      float: left;
      margin: 0 5px;
      width: 30%;
    }

    You have this style rule in the stylesheet, and the float: left; line is interfering. Try removing it.

    Thread Starter sc00t

    (@sc00t)

    That didn’t work unfortunately.

    It does for me. After removing/commenting out the line, make sure your cached CSS is refreshed.

    Thread Starter sc00t

    (@sc00t)

    Weird, I’ve tried it on 2 PC’s using FF & Chrome, and they all had the same result: no submit button.

    The submit button appears on mobile browsers, though.

    Thread Starter sc00t

    (@sc00t)

    OMG *facepalm* I was looking at the mobile style of the same element.

    Got it now, thanks guys!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submit button missing!’ is closed to new replies.