Only the last page in a multipage being included in the emai

chinsen 13 May, 2013
Hi everyone! Sorry I'm such a noob, but I've been trying to get this multipage form together and everything works! Other than the fact that only the info entered on the LAST page gets sent in the email! Everything else just has the field name.

I've tried all I could find in the forums. I redid the email template several times, I renamed several fields and then redid the template... no luck.

Please help! I think there's some issue with the array stuff. I've attached a screen cap of my events page.

I put a debugger in the submit page and I get this

Data Array: 
Array
(
    [chronoform] => VFORM
    [event] => submit
    [cf_sid] => ecad1bf85b1293ae128fc54484de49e1
    [Itemid] => 520
    [option] => com_chronoforms
    [view] => form
    [input_text_87] => ghjkgh
    [input_text_88] => kjghkhg
    [input_text_89] => jkhgjk
    [input_text_90] => hgjkhgjk
    [input_text_91] => hgjkhgjk
    [input_text_92] => hgjkghkjh
    [input_text_93] => gjkghjkghjk
    [input_text_94] => ghkghjkgh
    [input_submit_95] => Submit
    [624f7e4a0a40b506bbeb3dc80a1d21bf] => 1
)
Validation Errors: 
Array
(
)
Thank you for applying . We will get back to you shortly.
DEBUG DATA
EMAIL
10
RESULT
An email has been SENT successfully from (The Music Project)website@musicprojectsl.com to chinsen@gmail.com
BODY
Personal Information

First Name	 {firstname}
Last Name	 {lastname}
Passport Photo	 {pportphoto}
Address	 {address}
City	 {city}
Province	 {province}
Post code	 {postcode}
Phone	 {personalphone}
Email	 {personalemail}

Emergency Contact

Name	 {emergencyname}
Relationship	 {emergencyrelationship}
Phone	 {emergencyphone}
Mobile	 {emergencymobile}
Work	 {emergencywork}

{}
General Education

School

Name	 {schoolname}
Highest level completed	 {input_text_30}
Currently attending?	 {input_radio_7}

College
Name	 {input_text_33}
Highest level completed	 {input_text_34}
Currently attending?	 {input_radio_35}

University
Name	 {input_text_37}
Highest level completed	 {input_text_38}
Currently attending?	 {input_radio_39}

Other
Name	 {input_text_41}
Highest level completed	 {input_text_42}
Currently attending?	 {input_radio_43}

Other
Name	 {input_text_45}
Highest level completed	 {input_text_46}
Currently attending?	 {input_radio_47}
Current employment status	 {input_checkbox_group_48}
{}
Music Experience

What instruments do you play?	 {input_textarea_49}
Music Education

Instrument	 {input_text_53}
Name of school (eg. Suzuki, Royal, Trinity)	 {input_text_54}
Highest level completed	 {input_text_55}

Instrument	 {input_text_56}
Name of school (eg. Suzuki, Royal, Trinity)	 {input_text_57}
Highest level completed	 {input_text_58}

Instrument	 {input_text_59}
Name of school (eg. Suzuki, Royal, Trinity)	 {input_text_60}
Highest level completed	 {input_text_61}
{}
Please indicate the skills and experience you would bring to your volunteer role? (e.g.: Teaching skills, experience with children, organizational skills, public speaking/ performing, IT skills, social media: blogging, twitter, facebook, youtube)	 {input_textarea_62}
What are your reasons for volunteering?	 {input_textarea_63}
Which musical instrument/s are you comfortable to teach the children?	 {input_textarea_64}
Volunteer Experience

Organization	 {input_text_66}
Your role/s	 {input_text_67}
From	 {input_text_70}
To	 {input_text_71}
Reasons for leaving	 {input_text_72}

Organization	 {input_text_73}
Your role/s	 {input_text_74}
From	 {input_text_75}
To	 {input_text_76}
Reasons for leaving	 {input_text_77}

Organization	 {input_text_78}
Your role/s	 {input_text_79}
From	 {input_text_80}
To	 {input_text_82}
Reasons for leaving	 {input_text_81}
How long a committment are you willing to make?	 {input_radio_83}
{}
References

Please list two references, past or present employers, teachers, volunteer supervisors etc. We cannot accept family members or personal friends as referees.

Name	 ghjkgh
Designation	 kjghkhg
Organisation	 jkhgjk
Phone Numbers/Email	 hgjkhgjk

Name	 hgjkhgjk
Designation	 hgjkghkjh
Organisation	 gjkghjkghjk
Phone number/Email	 ghkghjkgh

I hereby authorize the Organisation to contact the above named reference to establish my suitability as a volunteer and I hereby release them and their company from all liability for any damage for issuing the same. I further authorize the organisation to maintain this information in their records and absolve them from liability. Disclaimer: It is the policy of the organisation to screen all prospective volunteers and we reserve the right to select applicants according to our needs and criteria.


Submitted by 124.43.127.120
ATTACHMENTS
array ( )


Thanks a lot!🙂
GreyHead 13 May, 2013
Hi chinsen,

I see that there is no MultiPage action in the On Submit event. Is that the problem?

Bob
chinsen 24 Jun, 2013
Doh! There you go. Thanks a ton!🙂

If anyone else comes across the same problem, remember that all the MultiPage actions go at the top of the list.

Cheers Bob, much appreciated!
This topic is locked and no more replies can be posted.