• ReinaS

    (@reinas)


    Contactform 7 sends message and confirmation to info email adres website (so admin gets 2 emails).
    If I change in the tab: ” Mail” the rule ” To” or ” From” I get an email syntax error because I leave one of those empty. This is the (Dutch) form code.

    <label> Je naam
        [text* your-name autocomplete:name] </label>
    
    <label> Je e-mailadres
        [email* your-email autocomplete:email] </label>
    
    <label> Onderwerp
        [text* your-subject] </label>
    
    <label> Je bericht (optioneel)
        [textarea your-message] </label>
    
    
    <div class="custom-checkbox">
      [acceptance your-consent class:checkbox class:checkbox--bg]Ik ga akkoord met de condities.[/acceptance]
      <div class="conditions-checkbox__control" aria-hidden="true"></div>
    </div>
    [quiz capital-quiz "Wat is meer, 2 of 8?|8"]
    <div class="ms-button" data-title="verzenden">Verzenden
    [submit "send"]
    </div>
    </div>
    </div>

    https://ibb.co/LrsdMZz

    • This topic was modified 10 months ago by ReinaS.

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

  • The topic ‘Contactform 7 sends message and confirmation’ is closed to new replies.