First of all , I apologize that I had to start a new topic. But I must mention that I have tried to resolve this by myself, looking for answer and solution for my issue but I didn't manage to resolve it on my own.
I have set up the form which can be found here: http://njgladiatorsoccer.com/index.php/component/k2/item/347. It has three upload fields but the uploaded files are not attached and sent to the email.
I have followed all possible solutions I could find (files upload action is enabled, I have also added name of the fields under attachment part of e-mail action.
Here is the result of debugger:
The help will be very appreciated! Thanks in advance...
I have set up the form which can be found here: http://njgladiatorsoccer.com/index.php/component/k2/item/347. It has three upload fields but the uploaded files are not attached and sent to the email.
I have followed all possible solutions I could find (files upload action is enabled, I have also added name of the fields under attachment part of e-mail action.
Here is the result of debugger:
Data Array
Array
(
[chronoform] => Careers
[event] => submit
[radio2] => 4
[text3] => darko dinic
[text4] => dinicdarko@hotmail.com
[text5] => brestovac
[text6] => lipovica
[button10] => Submit
[view] => item
[Careers] =>
[ip_address] => 46.16.109.230
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[4] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:dinicdarko@gmail.com
[2] => Subject:Careers
[3] => From name:
[4] => From email:
[5] => Reply name:
[6] => Reply email:
[7] => Attachments:
[8] => Body:
<table>
<tbody>
<tr>
<td>What are You interested in?</td>
<td>4</td>
</tr>
<tr>
<td>Name:</td>
<td>darko dinic</td>
</tr>
<tr>
<td>E-mail:</td>
<td>dinicdarko@hotmail.com</td>
</tr>
<tr>
<td>City:</td>
<td>brestovac</td>
</tr>
<tr>
<td>State:</td>
<td>lipovica</td>
</tr>
<tr>
<td>File Label</td>
<td></td>
</tr>
<tr>
<td>File Label</td>
<td></td>
</tr>
<tr>
<td>File Label</td>
<td></td>
</tr>
</tbody>
</table>
Poster's IP address:46.16.109.230
)
)
)
The help will be very appreciated! Thanks in advance...