Hi,
I'm running a couple of sites with WP 2.9.2, Contact Form 7 (CF7) version 2.1.1
On submitting a for created in CF7, the rotating arrows continue to spin, with no ensuing error or success messages.
Until we upgrade to IIS7 or, <cough> Apache, we are using the 404-handler.php workaround (http://www.ikailo.com) to enable pretty permalinks.
I disabled all other plugins, and tried again.
Looking at the generated source code for the form, the form action is trying to call <form action="/contact/#wpcf7-f1-p459-o1
This doesn't work
Reverting to the default permalink settings:
<form action="/?page_id=123#wpcf7-f1-p459-o1
and it works...
Any suggestions?