Forums

attachement not being sent

Liesbeth 13 Feb, 2017
HI,

My attachments are nog being sent. I followed instructions on how to configure this on your site (via faqs) but it doesn't seem to work for me.

Her is the debud info:

Array
(
    [0] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:liesbethhiddema@hotmail.com
                    [2] => Subject:Informatie aanvraag logo 
                    [3] => From name:Skelp | Liesbeth Hiddema
                    [4] => From email:info@skelp.org
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<table>
<tr><td>Naam:</td><td>Liesbeth Hiddema</td></tr>
<tr><td>E-mail:</td><td>liesbethhiddema@hotmail.com</td></tr>
<tr><td>Aanvullende vragen of opmerkingen.</td><td>Geen opmerkingen</td></tr>
<tr><td>Stuur je huidige logo of andere voorbeelden mee.</td><td></td></tr>
</table>
                )

        )

    [1] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:info@skelp.org
                    [2] => Subject:Bestelformulier logo
                    [3] => From name:Liesbeth Hiddema
                    [4] => From email:liesbethhiddema@hotmail.com
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:Liesbeth Hiddema
                    [8] => Reply email:liesbethhiddema@hotmail.com
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<table>
<tbody>
<tr>
<td>Naam:</td>
<td>Liesbeth Hiddema</td>
</tr>
<tr>
<td>E-mail:</td>
<td>liesbethhiddema@hotmail.com</td>
</tr>
<tr>
<td>Aanvullende vragen of opmerkingen.</td>
<td>Geen opmerkingen</td>
</tr>
<tr>
<td>Stuur je huidige logo of andere voorbeelden mee.</td>
<td></td>
</tr>
</tbody>
</table><br /><br />IP: 217.120.127.199
                )

        )

)
Liesbeth 13 Feb, 2017
Excuse me for the typo's πŸ˜ΆπŸ™‚
GreyHead 13 Feb, 2017
Hi Liesbeth,

There is no sign of an Upload Files action here - do you have one in your form? If so, how is it configured?

Bob
Liesbeth 13 Feb, 2017
Yes, I do have a file upload event action

Enabled: yes
Files config: jpg-jpeg-gif-png-eps-psd-ai-pdf
Upload path:
Max file size: 3000
Min file size: 0
Array fields: bestand
Extensions separator: -
GreyHead 13 Feb, 2017
Hi Liesbeth,

You need the input name in the Files Config line
Files config: bestand:jpg-jpeg-gif-png-eps-psd-ai-pdf

And, unless you have multiple uploads enabled the Array fields box should be empty. If you do have multiple uploads enabled then you need bestand[] in the File Field element name (but not anywhere else)

Bob
This topic is locked and no more replies can be posted.