I have a form that is sending the email correctly after submission but the data is not saving.
DATA ARRAY SHOWS:
ANY IDEAS?
DATA ARRAY SHOWS:
Array
(
[option] => com_chronoforms5
[chronoform] => Talent_Submission
[event] => submit
[Genre] => Rock
[talentname] => TEST
[website] =>
[facebook] =>
[datefounded] => 02-07-2014
[firstname] => bill
[lastname] => dave
[address] => 123
[city] => Royal
[state] => MI
[zip] => 48047
[email] => bill @[at] advancedrecordingstudios [dot] com
[phone] => 2482914029
[captcha] =>
[button58] => Submit
[id] => 0
[ip_address] => 99.53.68.162
)
Array
(
)
ERROR BOX SHOWS:
Array
(
)
DEBUG INFO SHOWS:
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
)
)
)
[0] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:bill @[at] aaeartists [dot] com
[2] => Subject:New Talent for Consideration
[3] => From name:AAE Website
[4] => From email:bill @[at] aaeartists [dot] com
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Body:
<table>
<tr><td>Talent Data</td><td></td></tr>
<tr><td>Band Info</td><td></td></tr>
<tr><td>Genre</td><td>Rock</td></tr>
<tr><td>Talent or Group Name</td><td>TEST</td></tr>
<tr><td>Website</td><td></td></tr>
<tr><td>Facebook Address</td><td></td></tr>
<tr><td>When did you start performing as this act?</td><td>02-07-2014</td></tr>
<tr><td>Promotional Picture</td><td></td></tr>
<tr><td>Contact Info</td><td></td></tr>
<tr><td>Contact First Name</td><td>bill</td></tr>
<tr><td>Contact Last Name</td><td>dave</td></tr>
<tr><td>Contact Address</td><td>123</td></tr>
<tr><td>Contact City</td><td>Royal</td></tr>
<tr><td>Contact State</td><td>MI</td></tr>
<tr><td>Contact Zip Code</td><td>48047</td></tr>
<tr><td>Contact Email</td><td>bill @[at] advancedrecordingstudios [dot] com</td></tr>
<tr><td>Contact Phone</td><td>2482914029</td></tr>
<tr><td>Phone Type</td><td></td></tr>
<tr><td>Submit Your Info</td><td></td></tr>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
</table><br /><br />IP: 99.53.68.162
)
)
)
ANY IDEAS?