no ajax (success/error) messages / using WP-Mail-SMTP
-
hi,
i’m using cf7 on WP with WP-Mail-SMTP. when sending emails I got no confirmation/error messages.
looking through code-inspector I see 3 things:
1) output div remains unchanged (empty): <div class=”wpcf7-response-output wpcf7-display-none” style=”display: none;”></div>
2) I do get a new div (empty): <div class=”ajax-error”></div>
3) I do get an 500 error (Internal Server Error) as response to jquery.js?ver=1.11.0:4I’m guessing this is the error the output should show, right?
I’m thinking there’s something weird in the confirmation between cf7 and smtp. what do you think?Strange thing is that I DO GET THE EMAILS.
But the visitor does not get any mssg at all, and the “arrows keep spinning”, so he has no idea if the email got sent or not.
Many thanks in advance for any pointers.
- The topic ‘no ajax (success/error) messages / using WP-Mail-SMTP’ is closed to new replies.