• Mario buenosairestrade

    (@mario-buenosairestrade)


    The problem is that when I fill in the form when I press send, it keeps thinking without sending anything. How can I correct this?
    I try it from an Iphone and from an LG and in the 2 the same happens
    From a PC it works perfectly

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Does your form have file input field?

    I have a similar problem. Contact forms that have file inputs do not work on mobile. You click the button to submit the form and the loader spins infinitely… Same contact forms work good on desktop.

    Someone suggested disabling AJAX:

    in functions.php (of course in child-theme) you have to add:

    add_filter( ‘wpcf7_load_js’, ‘__return_false’ );

    It fixes the problem but forms without AJAX are not for 2018…

    So I’m looking for a solution as well.

    Hello,
    I have same problem.

    Hi guys,

    I have same problem. Any solution?
    Thanks

    I did this:
    1.- disabling AJAX add_filter( ‘wpcf7_load_js’, ‘__return_false’ );
    2.- Install plugin contact form redirect
    3.- Redirect success form to a page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I have a problem with sending forms from a cell phone’ is closed to new replies.