I've got a strange issue where in my debug it shows an empty array. It only does this on the server, my localhost sends fine. I'd think I have a setup issue but like I said, it works fine locally. Any ideas?
Array
(
[chronoform] => Schedule
[event] => submit
[Schedule] =>
[ip_address] => 69.89.31.192
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[0] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:tom@myemail.com
[2] => Subject:Schedule Request Received
[3] => From name:My Website
[4] => From email:info@mywebsite.com
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<h3>Schedule Request Received</h3>
<table>
<tr><td>First Name: </td><td></td></tr>
<tr><td>Last Name: </td><td></td></tr>
<tr><td>Email Address: </td><td></td></tr>
<tr><td>Phone Number: </td><td></td></tr>
<tr><td>Delivery Method: </td><td></td></tr>
<tr><td>Zip Code: </td><td></td></tr>
</table><br /><br />IP: 69.89.31.192
)
)
)