I've been searching the forums (back 3 years or so) and have not found anything to assist me directly. I'm relatively new to Chronoforms, so please bear with me.
I've got a form that has three separate Multipliers and Multiplier Containers, when I look at the output in the debugger, all the entered data is there, however, the data is not loaded out to the email I need to send to my client. I have the email template setup to auto so it should generate a new one when I update the form.
I am assuming there is some script that I need to add, but not sure what the code should look like, or where to put it.
Debugging info follows:
Any assistance would be appreciated.
Cheers,
Neil
I've got a form that has three separate Multipliers and Multiplier Containers, when I look at the output in the debugger, all the entered data is there, however, the data is not loaded out to the email I need to send to my client. I have the email template setup to auto so it should generate a new one when I update the form.
I am assuming there is some script that I need to add, but not sure what the code should look like, or where to put it.
Debugging info follows:
Array
(
[chronoform] => Clerks_Annual_Report
[event] => submit
[tvout] => ajax
[Name_of_Congregation] => Test Church
[PIN_Number] => 07229
[Start_of_Year_Membership] => 88
[Total_Gains] => 0
[Gains_17_Under] => 0
[Gains_18_Over] => 0
[Certificate_of_Transfer] => 0
[Other_Gain] => 0
[Loss_Total] => 0
[Loss_Certificate_of_Transfer] => 0
[Loss_Deaths] => 0
[Loss_Other] => 0
[End_of_Year_Membership] => 88
[Elder_Necrology_1] => Jack
[Date_Died_1] => 12-12-2014
[Elder_Necrology_2] => Sam
[Date_Died_2] => 12-12-2014
[Session_Elder_0] => Neil
[Session_Elder_Street_0] => 711 S tester
[Session_Elder_City_ST_0] => Tester PA 11111
[Session_Elder_Phone_0] => 444-111-1111
[Session_Elder_Email_Address_0] => test@tester.com
[Session_Elder_Class_Year_0] => 2014
[Session_Elder_1] => Jack Smith
[Session_Elder_Street_1] => 111 Test St
[Session_Elder_City_ST_1] => Tester PA 11111
[Session_Elder_Phone_1] => 444-111-1111
[Session_Elder_Email_Address_1] => sprat@pratfall.com
[Session_Elder_Class_Year_1] => 2015
[Waiver_Request_1] => Sam
[Serves_On_1] => Session
[Waiver_For_Class_Year_1] => 2014
[Waiver_Request_2] => Kacy
[Serves_On_2] => Board of Deacons
[Waiver_For_Class_Year_2] => 2015
[Manse_Inspection] => No
[Date_Manse_Inspected] =>
[captcha] =>
[231335f60adaf41c77a632d067b9c57bd66f54e8] => 1
[button64] => Submit
[ip_address] => 24.239.235.229
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[7] => Array
(
[Check Honeypot] => Array
(
[0] => Honeypot check passed.
)
)
[9] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:webmaster@redstone.org
[2] => Subject:Clerk of Session's Annual Report to Presbytery
[3] => From name:Redstone Online Form
[4] => From email:webmaster@redstone.org
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Body:
<table>
<tr><td>Clerk's Report</td><td></td></tr>
<tr><td>Name of Congregation</td><td>Test Church</td></tr>
<tr><td>PC(USA) PIN Number</td><td>07229</td></tr>
<tr><td>Active Membership - 01/01/2014</td><td>88</td></tr>
<tr><td>Total Gains</td><td>0</td></tr>
<tr><td>17 & Under</td><td>0</td></tr>
<tr><td>18 & Over</td><td>0</td></tr>
<tr><td>Cert. of Trnsfr</td><td>0</td></tr>
<tr><td>Other </td><td>0</td></tr>
<tr><td>Total Losses</td><td>0</td></tr>
<tr><td>Cert. of Trnsfr</td><td>0</td></tr>
<tr><td>Deaths</td><td>0</td></tr>
<tr><td>Other Losses</td><td>0</td></tr>
<tr><td>Active Membership - 12/31/2014</td><td>88</td></tr>
<tr><td>Custom Code</td><td></td></tr>
<tr><td>Elder's Name</td><td></td></tr>
<tr><td>Date of Death</td><td></td></tr>
<tr><td>Custom Code</td><td></td></tr>
<tr><td>Name of Ruling Elder</td><td>Neil</td></tr>
<tr><td>Street Address</td><td>711 S tester</td></tr>
<tr><td>City, State and ZIP Code</td><td>Tester PA 11111</td></tr>
<tr><td>Phone #</td><td>444-111-1111</td></tr>
<tr><td>Email Address</td><td>test@tester.com</td></tr>
<tr><td>Class Year </td><td>2014</td></tr>
<tr><td>Custom Code</td><td></td></tr>
<tr><td>Person's Full Name</td><td></td></tr>
<tr><td>Serves on:</td><td></td></tr>
<tr><td>Class Year</td><td></td></tr>
<tr><td>Inspection Performed</td><td>No</td></tr>
<tr><td>Date of Inspection</td><td></td></tr>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
<tr><td>End of Report</td><td></td></tr>
</table><br /><br />IP: 24.239.235.229
)
)
)
Any assistance would be appreciated.
Cheers,
Neil