Your form doesn't show any errors related to fields missing.
The problem is it cannot connect to your smtp server:
so please make sure you enter the correct details there. From what i see it times out, as the error appears like 10-15 seconds after the form is submitted.
hmm. I switched it back to the old mailer action but still had issues. I guess I’m seeing the fields required message because it stumbles on the server connection.
I’m seeing the fields required in the developer tools of the browser. I’m not great at using them. sorry
Can you please post a screenshot of what exactly are you seeing? I see the error message i posted above, and it has nothing to do with any of the form fields.
In order to show the exact error returned by the SMTP server you can:
Open the following file in your site root:
/dmxConnectLib/PHPMailer/PHPMailer/PHPMailer.php
and edit line 401 from:
public $SMTPDebug = 1;
to
public $SMTPDebug = 3;
save the file and try sending the mail once again. You will see more detailed error in the console - please paste it here.
I think it’s a connection issue. I set up another that i knew had worked here and it’s fine. It may also be related to the fact that when I set it up I gave it a name with a “-” in it. I got a warning that it wasn’t allowed but it still saved a second copy of it. I’m going to start over