[Plugin: Contact Form 7] The spinning arrow icon shows up once I submit a form, but then nothing hap
-
To help others, here is the solution to the above problem (for my installation of wordpress, obviously):
I had removed the following declarations from the .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Contact Form 7] The spinning arrow icon shows up once I submit a form, but then nothing hap’ is closed to new replies.