Contact form cannot be sent on iphone
Đăng ký: 2020.12.22 | Chuyên mục: WordpressI made an update to IOS 11.3 last week on my Ipad and Iphone and since then I can not send a form with Contact Form 7.
Even if I put no information, the icon next to “send “ turns and nothing happens. I did not modify the contact form in the WEB site. I have the same problem with my 2 websites.
For instance, you can put
1 |
add_filter( 'wpcf7_load_js', '__return_false' ); |
to your function.php.
The page containing CF7 form reloads after the form is submitted, not so user friendly but it works.
I customized the filter to target Safari, it limits the removal of Ajax to this browser only:
1 2 3 4 5 6 7 8 9 |
function wpcf7_load_js_not_safari11() { global $is_safari; if($is_safari) { return false; } else { return true; } } add_filter( 'wpcf7_load_js', 'wpcf7_load_js_not_safari11' ); |
Gia nhập FinchWeb Family
Con người là nhân tố quyết định sự phát triển bền vững và thịnh vượng của toàn thể công ty, dù bạn là ai có cùng suy nghĩ, hãy tham gia hợp tác cùng chúng tôi...
Tham gia ngayKHÁCH HÀNG TIÊU BIỂU
Hơn 50.000 người kinh doanh và thương hiệu bậc nhất đang tin dùng các giải pháp công nghệ của chúng tôi.