Another update for latest version. See my posts above.
If you are running wordpress on IIS and using a 404handler file for pretty permalinks, you need to go into wp-content\plugins\contact-form-7\includes\classes.php and add the base path to your index file on line 41:
before: $url = wpcf7_get_request_uri();
after: $url = ‘/index.php/’.wpcf7_get_request_uri();