Viewing 3 replies - 1 through 3 (of 3 total)
  • Yeah, they certainly do overlap! Post the form code so people can see if there is something that is obvious. My guess would be something in your template style.css file.

    Thread Starter danhinde

    (@danhinde)

    Here’s the form code
    ==
    <p>Your Name (required)
    [text* your-name] </p>

    <p>Home Telephone (required)
    [email* your-email] </p>

    <p>Mobile Number
    [email* your-email] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Subject
    [text your-subject] </p>

    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    The labels and entry fields display correctly for me, which leads me to think that you probably have a template/stylesheet problem.

    Also, you do not need the <p> and </p> tags.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text boxes & Labels overlapping’ is closed to new replies.