• The functionality of the AJAX is broken completely when any tweaks are made to the submit button (including adding an ID, class or label). I spent about 6 hours debugging this trying to delete every piece of the form till I narrowed it down to this. The new version of the plugin must have caused this issue because my form was working fine with the custom submit button before.

    I need custom Submit button text; “Send” is unacceptable for my forms. I need to redirect to a thank you page for further clarification of what they submitted for, so I need AJAX to work.

    Any ideas for a workaround in the meantime while the bug is worked on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tovlakas

    (@tovlakas)

    PS: Functionality still works in Firefox with this bug, but testing in Opera and Safari did not work right… I don’t know about IE.

    I’m experiencing a the same issue I believe. Simply trying to invoke the form with a PHP snippet instead of the shortcode – <?php echo do_shortcode("[contact-form 1 'My Contact Form']"); ?> to be exact.

    When using this method the AJAX success or error messages don’t display. I remove all the other JS on my site beside what’s inserted into wp_head() still with no success.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] BUG: Adding any arguements to the submit button breaks the AJAX functionali’ is closed to new replies.