Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ned4spd8874

    (@ned4spd8874)

    Okay, well that was easier than I though…a few pages in, I found my answer. I searched, but not well enough obviously. I added this to my css:

    input[type="text"], input[type="email"], textarea {
    padding : 2px;
    background : #f9f9f9;
    border : 1px solid #ccc;
    }

    There is still one minor issue, the length of the field does not match the rest. How can I resolve this?

    I looked in your style.css

    found this:
    input[type=text], input[type=password], textarea { padding: 5px; border: 1px solid;font-size: 14px; }

    changed to this:
    input[type=text], input[type=email] ,input[type=password], textarea { padding: 5px; border: 1px solid;font-size: 14px; }

    Then it looked correct

    Thread Starter ned4spd8874

    (@ned4spd8874)

    Thanks, that works!

    While I have your attention…how would I expand the message context area while I’m at it? I’ve tried a few options, but can’t find the one that controls that.

    Edit the form settings and change textarea cols to 38
    https://www.fastsecurecontactform.com/tip-setting-width

    Thread Starter ned4spd8874

    (@ned4spd8874)

    Ah! Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] email field not formatted correctly anymore’ is closed to new replies.