• Hello,

    Here is my form:

    <label> Votre prénom (obligatoire)
    [text* your-firstname] </label>
    <label> Votre nom (obligatoire)
    [text* your-lastname] </label>
    <label> Votre adresse de messagerie (obligatoire)
    [email* your-email] </label>
    <label> Objet (obligatoire)
    [text* your-subject] </label>
    <label> Votre message (obligatoire)
    [textarea* your-message] </label>
    [recaptcha]
    [submit “Envoyer”]

    When I look at the stored message in Flamingo, information is displayed correctly:

    your-firstname Vincent
    your-lastname Musolino
    your-email [email protected]
    your-subject Test sans type
    your-message Test sans é

    However, when I look at the email sent, here is what I see:
    From: [your-name] <[email protected]>

    The old [your-name] tag appears instead of the two tags that I defined.

    Why?

    Thank you for your help

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Name appears in Flamingo but not in sent email’ is closed to new replies.