• Hello,

    I am trying this plugin for the first time and have set up both the form and the email. I am however getting a blank, red error box even though I have text for every error message. Occasionally I get the “Sender’s message failed to send” message. The email is set up with the following:

    To: malin@gnp.energy
    From: [_site_title] <hei@gnp.energy>
    Subject: [_site_title] [bedriftens-organisasjonsnummer]
    Message body:
    From: WordPress
    Subject: Eierskifteskjema [bedriftens-navn]

    Navn:
    [your-name]

    Fødselsdato
    [fodselsdato]

    E-post
    [your-email]

    Telefonnummer
    [ditt-telefonnummer]

    Bedriftens navn
    [bedriftens-navn]

    Organisasjonsnummer
    [bedriftens-organisasjonsnummer]

    Målerens adresse
    [malerens-adresse]

    Målernummer/målepunkt-ID
    [maler-ID]

    Jeg bekrefter at jeg har signaturrett i oppgitt selskap og at informasjonen som er fylt inn er korrekt
    [Aksept]

    Signatur
    [signature]


    This e-mail was sent from a contact form on [_site_title] ([_site_url])`

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • USREC

    (@hawaiirealestate)

    Try this CSS:

    /* THIS FIELD REQUIRED */
    body span.wpcf7-not-valid-tip {
    display: inline-block;
    color: #ff0000;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 15px;
    }

    /* ERROR BORDER */
    form.wpcf7-form[data-status=’invalid’] .wpcf7-response-output {
    color: #000000;
    border-style: dashed;
    border-color: #ff0000;
    text-align:center;
    font-size:15px;
    font-weight: bold;
    }
    body span.wpcf7-validation-errors {
    display: inline-block;
    color: #ff0000;
    border-style: dashed;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 15px;
    }

    Thread Starter malinerdal

    (@malinerdal)

    Now I get a blank, orange error box first. If I try to click again, I get the “Sender’s message failed to send”-message.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Blank, red error’ is closed to new replies.