Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)