Hello,
- Please find the following code in the include/sendemail.php File and change your Email Address to start receiving Form Responses:
$toemails[] = array(
'email' => 'username@website.com', // Your Email Address
'name' => 'Your Name' // Your Name
);
Additionally, if it still does not work for you, then chances are that the PHP mail() Function is not supported on your Web Server for which you will need to contact your Web Hosting Provider and ask them to enable it for you. Else, you will need to use SMTP functionality for sending Emails. Full Setup Instructions can be found in the Documentation > Widgets > Contact Forms Section.
- The Latest Version of the include/sendemail.php File already includes the attachment code which takes the File Upload and sends it to your Email. Simply add the following HTML Code in your Form:
Upload File *
Let us know if we can help you with anything else or if you find any further issues.