• Resolved Moysh

    (@moysh)


    This form works, the email actually arrives, but when hitting submit.. the form does not empty or change in any way to let the user know it was submitted.. and users are pressing it multiple times and we get many copies of the submission!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I suspect that the ajax and css loading has been disabled:

    
    define ( 'WPCF7_LOAD_JS', false ); 
    define ( 'WPCF7_LOAD_CSS', false );
    

    You can try checking your wp-config file and see if the above codes are present. If so, you can delete (or comment) them so that you can see the normal behavior of the button. Hope this helps.

    Thread Starter Moysh

    (@moysh)

    Thank you but such code was not in there. I ended up using javacript and other contactform7 actions to achieve the fix.. instead.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form submits and email arrives, but doesnt alert, change or empty’ is closed to new replies.