Multi Page form will not attach files to email

arrick 09 Jun, 2015
I have the form located at http://tinyurl.com/p9o4wo8

In case the text on the picture is too small, I have linked to the large image as well.. http://mwforms.miworksmo.org/support.HEvent-setup.png
Multi Page form will not attach files to email image 1

Design->Container #5->file1
File Upload
Field Name: file1
Field ID: file1
Class: file1
Label: Select File

On Submit->Files Upload:
Enabled: Yes
Files Config: file1:jpg-png
upload path: blank
max file size: 1000
min file size: 0
file name code: <?php return date("YmdHis")."_".$file_name;
extensions separator: -

On Submit->emailToSubmitter
attachment files: file1

The email comes through fine,


Array
(
    [option] => com_chronoforms5
    [chronoform] => Hiring_Event_Request
    [event] => submit
    [attachmentlegal] => testing
    [iCertify] => Yes
    [jobCodes] => testing
    [button10000] => Next
    [companyName] => MIWORKSMO
    [contactName] => Arrick Moore
    [contactEmail] => moorear@miworksmo.org
    [contactPhone] => 1234567890
    [button33] => Next
    [eventDate] => 10/06/2015
    [empRep1] => Arrick
    [empRep2] => 
    [empRep3] => 
    [empRep4] => 
    [empRep5] => 
    [checkbox_group26] => Array
        (
            [0] => Other
        )

    [otherSetup] => NONE
    [marketing] => Hello
    [button28] => Next
    [numberOpenings] => 10
    [jobTitles] => Admin
    [salaryRange] => 78000
    [button43] => Submit
    [ip_address] => 10.10.20.31
)

Array
(
)



Errors

Array
(
)



Debug Info

Array
(
    [22] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:moorear@miworksmo.org
                    [2] => Subject:Thank you for submitting your Hiring Event Request. 
                    [3] => From name:Business Services
                    [4] => From email:moorear@miworksmo.org
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<table>
<tr><td></td><td></td></tr>
<tr><td>Please initial here to indicate that you have read and agree to the terms and conditions, as stated above:</td><td>testing</td></tr>
<tr><td></td><td></td></tr>
<tr><td>I certify that the positions for which I am recruiting have been posted on the Pure Michigan Talent Connect Website.</td><td>Yes</td></tr>
<tr><td>Please provide the Pure Michigan Talent Connect Job Code Number(s) for the Hiring Event Positions:</td><td>testing</td></tr>
<tr><td></td><td></td></tr>
<tr><td>Company Name:</td><td>MIWORKSMO</td></tr>
<tr><td>Contact Name:</td><td>Arrick Moore</td></tr>
<tr><td>Contact Email:</td><td>moorear@miworksmo.org</td></tr>
<tr><td>Contact Phone Number:</td><td>1234567890</td></tr>
<tr><td></td><td></td></tr>
<tr><td>Requested Date (Hiring Events are held on Tuesdays in Holland from 10:00 am to 2:00 pm).</td><td>10/06/2015</td></tr>
<tr><td></td><td></td></tr>
<tr><td>Name:</td><td>Arrick</td></tr>
<tr><td>Name:</td><td></td></tr>
<tr><td>Name:</td><td></td></tr>
<tr><td>Name:</td><td></td></tr>
<tr><td>Name:</td><td></td></tr>
<tr><td>Setup Needs</td><td>array (
  0 => 'Other',
)</td></tr>
<tr><td>Other Setup Needs</td><td>NONE</td></tr>
<tr><td>Marketing</td><td>Hello</td></tr>
<tr><td>Select File:</td><td></td></tr>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
<tr><td>Total Number of Openings</td><td>10</td></tr>
<tr><td>Job title(s) for the positions you are recruiting for at the hiring event.</td><td>Admin</td></tr>
<tr><td>Salary rang(You do not need to list the wage range for each individual position. For multiple positions list the wage for the lowest paid position and highest paid position.)</td><td>78000</td></tr>
</table><br /><br />IP: 10.10.20.31
                )

        )

)


arrick 09 Jun, 2015
The links pasted in wrong, here are the correct links:
http://mwforms.miworksmo.org/images/support/HEvent-setup.png
Multi Page form will not attach files to email image 2

Emails go through fine, but no attachment.... Below is the code for the email template as well... Code for email was generated by chronoforms at this time... no customization during testing.


<table>
<tr><td></td><td>{custom}</td></tr>
<tr><td>Please initial here to indicate that you have read and agree to the terms and conditions, as stated above:</td><td>{attachmentlegal}</td></tr>
<tr><td></td><td>{custom}</td></tr>
<tr><td>I certify that the positions for which I am recruiting have been posted on the Pure Michigan Talent Connect Website.</td><td>{iCertify}</td></tr>
<tr><td>Please provide the Pure Michigan Talent Connect Job Code Number(s) for the Hiring Event Positions:</td><td>{jobCodes}</td></tr>
<tr><td></td><td>{custom}</td></tr>
<tr><td>Company Name:</td><td>{companyName}</td></tr>
<tr><td>Contact Name:</td><td>{contactName}</td></tr>
<tr><td>Contact Email:</td><td>{contactEmail}</td></tr>
<tr><td>Contact Phone Number:</td><td>{contactPhone}</td></tr>
<tr><td></td><td>{custom}</td></tr>
<tr><td>Requested Date (Hiring Events are held on Tuesdays in Holland from 10:00 am to 2:00 pm).</td><td>{eventDate}</td></tr>
<tr><td></td><td>{custom}</td></tr>
<tr><td>Name:</td><td>{empRep1}</td></tr>
<tr><td>Name:</td><td>{empRep2}</td></tr>
<tr><td>Name:</td><td>{empRep3}</td></tr>
<tr><td>Name:</td><td>{empRep4}</td></tr>
<tr><td>Name:</td><td>{empRep5}</td></tr>
<tr><td>Setup Needs</td><td>{checkbox_group26}</td></tr>
<tr><td>Other Setup Needs</td><td>{otherSetup}</td></tr>
<tr><td>Marketing</td><td>{marketing}</td></tr>
<tr><td>Select File:</td><td>{file1}</td></tr>
<tr><td></td><td>{custom}</td></tr>
<tr><td></td><td>{custom}</td></tr>
<tr><td>Total Number of Openings</td><td>{numberOpenings}</td></tr>
<tr><td>Job title(s) for the positions you are recruiting for at the hiring event.</td><td>{jobTitles}</td></tr>
<tr><td>Salary rang(You do not need to list the wage range for each individual position. For multiple positions list the wage for the lowest paid position and highest paid position.)</td><td>{salaryRange}</td></tr>
</table>
arrick 09 Jun, 2015
Further information, there is also no file being uploaded to the server.
GreyHead 10 Jun, 2015
Answer
Hi moorear,

It looks as if the Upload Files action is in the last event On Submit - but it needs to be in the event before that, immediately after the page where the File element is.

Bob
arrick 10 Jun, 2015
So... to make sure I am understanding correctly, the file upload object is in page 3, so I need it in the page 4 on the setup tab?

I have tried it in both On Page3, On Page4, and On Submit and I still get the same exact thing...
arrick 10 Jun, 2015
Is there any chance a demo multie page with a file upload could be created for everyone?
GreyHead 10 Jun, 2015
Hi Moorear,

Ah, and the Multi-Page action needs to be *after* the Upload Files action unless it is on the final page.

Bob
arrick 10 Jun, 2015
Got it, you can disregard my last...
This topic is locked and no more replies can be posted.