I can not submit my messages. My PHP is up to date on the server and i added the mail section in form.php
$toemails = array();
$toemails[] = array(
'email' => 'brandeeogunjobi@merchantconnect.net', // Your Email Address
'name' => 'Merchant Connect' // Your Name
);
/-------------------------------------------------
Sender's Email
---------------------------------------------------/
$fromemail = array(
'email' => 'noreply@merchantconnect.net', // Company's Email Address (preferably currently used Domain Name)
'name' => 'Merchant Connect' // Company Name
);
I also can not find how to change the Date of Birth
<div class="w-100"></div>
<div class="col-md-6 form-group">
<label>Requested Install:</label>
<input type="text" class="form-control dobpicker required" name="jobs-application-date-of-birth" id="jobs-application-date-of-birth" value="" placeholder="MM/DD/YYYY" data-date-end-date="-18y">
</div>
