I have an issue with uploaded documents in my form....
I have this in the form section
http://acommunityofgrace.org/index.php?option=com_chronocontact&task=send&chronoformname=Youth_Pastor
When you fill out the form and send it gives a pink bar up top and does not send.. I have no idea what is wrong? This seems to be the file upload that could be the issue..
I want the pdf that is uploaded to come with the email.. why is that not happening either? I have set all the settings as you have suggested...
Form Tag Attachment: enctype="multipart/form-data"
Field Names Extensions: file_1:pdf|jpg{80000-1},file_2:pdf|jpg{8000-1},file_3:pdf|jpg{8000-1},
Code In Form:
What is going on? Please help me with this.. thanks!
I have this in the form section
http://acommunityofgrace.org/index.php?option=com_chronocontact&task=send&chronoformname=Youth_Pastor
When you fill out the form and send it gives a pink bar up top and does not send.. I have no idea what is wrong? This seems to be the file upload that could be the issue..
I want the pdf that is uploaded to come with the email.. why is that not happening either? I have set all the settings as you have suggested...
Form Tag Attachment: enctype="multipart/form-data"
Field Names Extensions: file_1:pdf|jpg{80000-1},file_2:pdf|jpg{8000-1},file_3:pdf|jpg{8000-1},
Code In Form:
<div class="form_item">
<label class="cf_label">File</label>
<input class="cf_inputbox" maxlength="150" size="30" id="file_1"
name="file_1" type="file">
</div>
</td>
</tr>
<tr>
<td>What is your philosophy of leadership in ministry?:</td>
<td><span style="color:#FF0000">*</span> <div class="form_item">
<label class="cf_label">File</label>
<input class="cf_inputbox" maxlength="150" size="30" id="file_2"
name="file_2" type="file">
</div>
</div></td>
</tr>
<tr>
<td>How has the Gospel shaped your <br />view on ministry and desire to engage culture?:</td>
<td><span style="color:#FF0000">*</span><div class="form_item">
<label class="cf_label">File</label>
<input class="cf_inputbox" maxlength="150" size="30" id="file_3"
name="file_3" type="file">
</div>
What is going on? Please help me with this.. thanks!
Hi wellis74,
Is this the latest ChronoForms version 3.2?
If so there's a bug in the File upload code. Please see this post.
Bob
Is this the latest ChronoForms version 3.2?
If so there's a bug in the File upload code. Please see this post.
Bob
This topic is locked and no more replies can be posted.