Hello,
I am used custom html for creating the form. i tested with SMTP, send mail and php mailer as well. I get error in all the three cases. Right now its set to php mailer. Following is the error
Mailer Error: Could not instantiate mail function.
Thank you for contacting us!
[code]Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => ContactUs
[event] => submit
[title] => Mr.
[firstname] => pooja
[lastname] => jjj
[email] => pooja.jojo12@gmail.com
[position] => jii
=> 00
[phone] => 878789
[company] => kjjoj
[companysize] => 3-1000to5000
[industry] => REAL_ESTATE
[services] => Quality & TQM
[Otherneed] =>
[additionalinfo] => joj
[howdidyouhear] => Trade/Print_Publications
[contactus] => Contact Us
[id] => 7
[ip_address] => 86.97.37.66
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[1] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `qc9wd_ContactUs_db` (`title`, `firstname`, `lastname`, `email`, `position`, `code`, `phone`, `company`, `companysize`, `industry`, `services`, `Otherneed`, `additionalinfo`, `howdidyouhear`, `user_id`, `uniq_id`, `created`) values ('Mr.', 'pooja', 'jjj', 'pooja.jojo12@gmail.com', 'jii', '00', '878789', 'kjjoj', '3-1000to5000', 'REAL_ESTATE', 'Quality & TQM', '', 'joj', 'Trade/Print_Publications', '0', 'adfb70b03d95d22c4fa97f90ac56820adefb6b92', '2015-07-07 13:20:55');
)
)
)
[2] => Array
(
[Email] => Array
(
[0] => An email with the details below could NOT be sent:
[1] => To:pooja.jojo12@gmail.com
[2] => Subject:contact Us form
[3] => From name:Organized feedback form
[4] => From email:contact@orgch.com
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<div class="form-group gcore-form-row" id="form-row-title"><label for="title" class="control-label gcore-label-left">Title</label>
<div class="gcore-input gcore-display-table" id="fin-title">Mr.</div></div><div class="form-group gcore-form-row" id="form-row-firstname"><label for="firstname" class="control-label gcore-label-left">First Name</label>
<div class="gcore-input gcore-display-table" id="fin-firstname">pooja</div></div><div class="form-group gcore-form-row" id="form-row-lastname"><label for="lastname" class="control-label gcore-label-left">Last Name</label>
<div class="gcore-input gcore-display-table" id="fin-lastname">jjj</div></div><div class="form-group gcore-form-row" id="form-row-email"><label for="email" class="control-label gcore-label-left">Email</label>
<div class="gcore-input gcore-display-table" id="fin-email">pooja.jojo12@gmail.com</div></div><div class="form-group gcore-form-row" id="form-row-position"><label for="position" class="control-label gcore-label-left">Position</label>
<div class="gcore-input gcore-display-table" id="fin-position">jii</div></div><div class="form-group gcore-form-row" id="form-row-multi-6"><div class="gcore-subinput-container" id="fitem-code"><label for="code" class="control-label gcore-label-left">Telephone <font size="1">Country code</font></label>
<div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-code">00</div></div>
<div class="gcore-subinput-container" id="fitem-phone"><div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-phone">878789</div><font size="1">Example 123-456-7890</font></div></div></br>
<div class="form-group gcore-form-row" id="form-row-company"><label for="company" class="control-label gcore-label-left">Company</label>
<div class="gcore-input gcore-display-table" id="fin-company">kjjoj</div></div>
<div class="form-group gcore-form-row" id="form-row-companysize"><label for="companysize" class="control-label gcore-label-left">Company Size</label>
<div class="gcore-input gcore-display-table" id="fin-companysize">3-1000to5000</div></div><div class="form-group gcore-form-row" id="form-row-industry"><label for="industry" class="control-label gcore-label-left">Industry</label>
<div class="gcore-input gcore-display-table" id="fin-industry">REAL_ESTATE</div></div><div class="form-group gcore-form-row" id="form-row-services"></br>
<div class="gcore-input gcore-display-table" id="fin-services"><div class="gcore-single-column" id="fclmn"><div class="gcore-checkbox-item" id="fitem">Quality & TQM
</div>
<div class="gcore-checkbox-item" id="fitem1">
</div>
<div class="gcore-checkbox-item" id="fitem2">
</div>
<div class="gcore-checkbox-item" id="fitem3">
</div>
<div class="gcore-checkbox-item" id="fitem4">
</div>
<div class="gcore-checkbox-item" id="fitem5">
</div>
<div class="gcore-checkbox-item" id="fitem6">
</div>
<div class="gcore-checkbox-item" id="fitem7">
</div>
<div class="gcore-checkbox-item" id="fitem8">
</div>
<div class="gcore-checkbox-item" id="fitem9">
</div></div></div></div><div class="form-group gcore-form-row" id="form-row-additionalinfo"><label for="additionalinfo" class="control-label gcore-label-left">Please provide any additional information describing your current organization:</label>
<div class="gcore-input gcore-display-table" id="fin-additionalinfo">joj</div></div><div class="form-group gcore-form-row" id="form-row-howdidyouhear"><div class="gcore-input gcore-display-table" id="fin-howdidyouhear">Trade/Print_Publications</div></div><div class="form-group gcore-form-row" id="form-row-contactus"><div class="gcore-input gcore-display-table" id="fin-contactus"></div></div><br /><br />IP: 86.97.37.66
)
)
)
Please have a look.
Thanks,
Pooja