• Resolved bbatlle

    (@bbatlle)


    Contact form stopped working.
    There is no error message when filling and sending the email from de form.

    Version: 5.5.2

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

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

    (@takayukister)

    Do you get any response message after you submit the form?

    I am having the same issue for about a month. Before that, no problem.
    Emails are arriving with no sender email address.
    Have checked the following:
    I tried to send an email without ‘Your email’ field filled in. There was an error message.
    Sent a test email using all fields, email arrived, but my email address was not included.

    Contact us page: https://ramblers.org.au/contact-us/

    Thread Starter bbatlle

    (@bbatlle)

    Problem has been solved. I basically changed the WordPress@example email to an existing one (in this case I am using the same as our domain) and it worked.

    My problem has not been solved: Here is the code for our very basic form.
    Is there anything not right here? Your Email is the only field that has stopped working.

    <label> Your Name (required)
    [text* your-name] </label>

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

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

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

    [submit “Send”]`

    hello,
    i have the same issue. All works fine but suddenly the field your-email was not included in the sent mail.
    I’am sure it is recorded (i store sent mail and the value of your-email is filled) but it never appear in the sent email.

    I trying to create a new form, change field name, … nothing work.
    forms

    <label> Votre nom
        [text* your-name] </label>
    
    <label> Votre e-mail
        [email* your-email] </label>
    
    <label> Objet
        [text* your-subject] </label>
    
    <label> Votre message
        [textarea* your-message] </label>
    
    [submit "Envoyer"]

    Mail :
    Body

    De?: [your-name] <[your-email]>
    Objet?: [your-subject]
    
    Corps du message?:
    [your-message]
    
    -- 
    Cet e-mail a été envoyé via le formulaire de contact de [_site_title] ([_site_url])

    Any idea ?

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact form 7 email of sender is not being sent’ is closed to new replies.