• Resolved digitz

    (@digitz)


    Hello,

    1. I’ve designed a form with attachments enabled.
    2. I’ve inserted [file-598] in the attachment text box in report design section.
    3. The form is submitted successfully, but the attachment is not delivered to my inbox.

    I’ve checked with my host, and they claim that this is a coding issue.

    What could be the problem?

Viewing 8 replies - 16 through 23 (of 23 total)
  • Really?! I wonder what change fixed that… Anyway it’s good to hear the problem got solved ??

    I have this exact same problem with the new 1.9.4 version.

    My form:

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Model Number<br />
        [text your-subject] </p>
    
    <p>Upload a Picture For Best Valuation<br />
    [file* file-602 filetypes:doc|docx|pdf|jpg|gif|zip|rar|]</p>
    
    <p>Send Us A Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Request Valuation"]</p>

    and email content box:

    [your-name]
    [your-email]
    [your-subject]
    
    [your-message]
    
    [file-602]

    had this problem for a while and just cant figure it out. Love the plugin apart from this one aspect?

    Move [file-602] to the file attachments field.

    In the file attachments field should be only [602] value instead of [file-602]

    Thanks takayukister, this resolved the problem. I don’t how I missed that first time round!

    I’m having this same issue and have tried everything mentioned and still cannot get it resolved. I’m running the latest CF7 version 1.9.5.1. However I did notice a huge issue. There is a conflict between Contact Form 7 and the Mailpress plugin. When I deactivated the Mailpress plugin, the attachment sent and delivered into my email inbox just fine. When I reactivate Mailpress it does not deliver the attachment into my inbox. Anyone have suggestions to work around this? This is a huge necessity to have upload abilities for our website. Any help is greatly appreciated.

    This is my code for the file uploads

    [file file-8 limit:10000000 filetypes:jpg]

    But, in the email (which does arrive), there is no attachment if the file is greater than 2.0mb

    I have done a lot of tests, everything up to 2.0mb sends just fine and anything after ie. 2.1mb etc does not come through

    Any Ideas?

    @gavinjc

    You must change it in your config of php (file php.ini)

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[Plugin: Contact Form 7] Attachments not getting attached’ is closed to new replies.