我目前得到這個:它去一個URL $.ajax({
url: '/some/url',
dataType: 'json',
type: 'POST',
data: formData,
success: function(data) {
if (window.confirm('Thank you for your message. Can I
我遇到了我的PHP代碼爲我的網站出現問題。電子郵件正在發送,但沒有消息。 This is the email I get when it sends. It's empty. Data I input in my contact form 我測試我的PHP代碼,而無需在css文件和引導,並與收到的消息的電子郵件完美。但是當我把所有的東西都包含進去,從css和bootstrap代碼,我收到沒有任何消