Viewing 2 replies - 1 through 2 (of 2 total)
  • PHP is set to display errors to the screen on your new hosting provider. You need to make it go to an error log file instead by changing php.ini or whatever the preferred method is for that hosting setup.

    That will get rid of the error text getting mixed in with the ajax call, which is what is breaking you right now (the error text itself is coming from an error that doesn’t matter I think).

    I have resolved this issue by using SMTP send mail plugin to send email from contact form through SMTP, because my shared hosting provider not allow me to send through standard mail() php function. My form stuck when sending the email when user push the send button. Better check your problem by using firefox and firebug (or other browser with their developement tools) and see the ajaxRequest reply on console. ??

    Hope this help you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No email link after Send, can someone help’ is closed to new replies.