Hi,
I have my website up and used the quick-contact-form, modified the email address in quickcontact.php. It is at pinztest.roso.com.au on the bottom of all pages, or at contact.html. The form does not send a message and does not display a failure message, it just greys out. Crazydomains support mail() as I am using it on another one of my websites (which was hard work for me as I am not good with php, so I had hoped the template would do this better). Please help. I can PM you the website address.
Thanks
Julia
quick contact form doesn't work please help
3 replies · opened Apr 5, 2018
I have provided the website address. Also attached are a page with the form on it, as well as the quickcontact.php which I modified. Thanks Julia
<?php
require_once('phpmailer/PHPMailerAutoload.php');
$toemails = array();
$toemails[] = array(
'email' => 'info@fairfieldfarm.com.au', // Your Email Address
'name' => 'APBA' // Your Name
);
// Form Processing Messages
$message_success = 'We have successfully received your Message and will get Back to you as soon as possible.';
// Add this only if you use reCaptcha with your Contact Forms
// $recaptcha_secret = ''; Your reCaptcha Secret
$mail = new PHPMailer();
// If you intend you use SMTP, add your SMTP Code after this Line
if( $_SERVER['REQUEST_METHOD'] == 'POST' ) {
if( $_POST['quick-contact-form-email'] != '' ) {
Please delete this post, I found my mistake. J
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard