• Hey guys!

    I have a problem with Contact Form 7 with multiple attachments. Even though the upload works on the site, I am only able to receive only 1 attachment in the email.

    Here is my code I’m using:
    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p> Which colour would you like?
    [select Colour “Black” “White”]

    <p> Tell us the sizes and numbers!
    [text Sizesandnumber]

    <p>Image 1
    [file file-380 limit: 1048576] </p>

    <p> Front: Where on the shirt would you like this design?
    [select Where1 “Top-Left” “Top-Right” “Middle”]

    <p>Image 2
    [file file-608 limit: 1048576] </p>

    <p> Back: Where on the shirt would you like this design?
    [select Where2 “Top-Left” “Top-Right” “Middle”]

    <p>[submit “Send”]</p>

    Also for the mail settings:

    File attachments:
    [file-380] [file-608]

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • same problem here

    won’t work with any of

    [file-231] [file-123]
    [file-231][file-123]
    [file-231],[file-123]
    [file-231] , [file-123]
    [file-231], [file-123]

    I ran into the same issue. I found that specifying a size limit for each upload solved the issue. For example:
    In the form section:
    [file file-517 limit:7mb]
    [file file-436 limit:7mb]

    In the mail section:

    [file-517][file-436]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 Multiple Attachments’ is closed to new replies.