• All my forms submissions are sent one time all together in a combined email. I don’t have any plugin for that. Is there a setting I am missing to separate the emails?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please supply all your input in the Form, Mail and Mail(2) sections of the CF7 interface (add as code or include as link to screenshots).

    This helps others to understand your actual problem and offer a possible solution.

    Thread Starter Greg Bernhardt

    (@dethfire)

    <div class="row" style="width:80%;margin:auto;">
    <div class="form_left" style="color:black;">
    
        [text* your-name size:10 placeholder "Your Full Name"]
    
        [email* your-email placeholder "Your Email Address"] 
    
    [honeypot email]
    
    </div>
    <div class="form_left">
    
    [tel* phone placeholder "Your Phone Number"]
    
        [select topic placeholder "Type of Event" "Wedding" "Corporate" "Party" "Holiday" "Other"]
    
    </div>
    
    <input type="text" name="EventDate" value="" class="wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date" aria-required="true" aria-invalid="false" placeholder="What is the date of your event?" onfocus="(this.type='date')">
    
    [honeypot message move-inline-css:true]
    
        [textarea your-message 20x5 placeholder "Comments and Questions?"]
    
    [submit "Send"]
    </div>
    <div style="clear:both"></div>

    https://tinypic.com/r/ruu2x1/9

    Thread Starter Greg Bernhardt

    (@dethfire)

    This is not happening with Ninja Forms or WpForms

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mail sent all together instead of seperate’ is closed to new replies.