• Resolved danelhicks

    (@danelhicks)


    I have read all of the information on this page http://contactform7.com/file-uploading-and-attachment/

    But I’m having issues and could use some guidance. I’ve been using WordPress for less than a month.

    I want to have 4 photo options. I’ve got the form done but I can only get 1 photo to attach to the email.

    If I understand correctly it says to use [your-file][your-another-file]

    When I create the form I got this [Photos] up at the top in the area that says tags I can use for my email. So I put that down where the [yourfile] is supposed to be put.

    I’ve tried additional [Photos] and when that didn’t work I tried [Photos][your-another-Photos] I have 4 listed. But I’m still only getting 1 photo to attach to my email.

    Any suggestions would be helpful. Thanks in advance

    https://wordpress.org/plugins/contact-form-7/

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

    (@takayukister)

    What do you have in your Form tab?

    Thread Starter danelhicks

    (@danelhicks)

    I am going to copy paste both the form tab and the mail tab

    This is my form tab

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Breeding Farm Name<br />
        [text your-subject] </p>
    
    <p>Tell us about your service and how you are different.  Please be sure to give contact information, web address, phone number etc.<br />
        [textarea your-message] </p>
    
    <p>Photos
    [file Photos limit:m40mb filetypes:jpg|jpeg]
    [file Photos limit:m40mb filetypes:jpg|jpeg]
    [file Photos limit:m40mb filetypes:jpg|jpeg]
    [file Photos limit:m40mb filetypes:jpg|jpeg]
    <p>
    
    <p>[submit "Send"]</p>

    this is my mail tab

    Mail
    In the following fields, you can use these mail-tags:
    [your-name][your-email][your-subject][your-message][Photos]
    To
    findmyhorses1@gmail.com
    From
    [your-name] <wordpress@findmyhorses.com>
    Subject
    Find My Horses "[your-subject]"
    Additional Headers
    Reply-To: [your-email]
    Message Body
    From: [your-name] <[your-email]>
    Breeding Farm Listing: [your-subject]
    
    Message Body:
    [your-message]
    
    --
    This e-mail was sent from a contact form on Find My Horses (http://www.findmyhorses.com)
      Exclude lines with blank mail-tags from output
     Use HTML content type
    File Attachments
    [Photos][your-another-Photos][your-another-Photos][your-another-Photos]
    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Give unique name to each file field like this:

    [file Photos-1 limit:m40mb filetypes:jpg|jpeg]
    [file Photos-2 limit:m40mb filetypes:jpg|jpeg]
    [file Photos-3 limit:m40mb filetypes:jpg|jpeg]
    [file Photos-4 limit:m40mb filetypes:jpg|jpeg]
    Thread Starter danelhicks

    (@danelhicks)

    Thank you. I’m learning how this work and once I get the basics down I will be good.

    I really appreciate your help.

    DaNel

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding more than one photo attachment’ is closed to new replies.