I am having an issue with a form stalling on submission. I just get an endless looping arrow cycle. No emails.
I know this has been posted a few times but none of the threads has helped my situation.
I am using CF7 3.4.2
I have activated WP-Mail-SMTP to make sure my email is sending and it is.
I have tried a very basic form and tried recreating it just to see if that was the issue. Here are the particulars:
Permalinks are set to: /%category%/%postname%/
Test form can be seen here: http://idg-partners.com/test/
Form Code is:
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Subject
[text your-subject] </p>
<p>Your Message
[textarea your-message] </p>
<p>[submit "Send"]</p>
Mail To code is:
To: info@idg-partners.com
From: info@idg-partners.com
subject: [your-subject]
Message Body:
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
Ay help is appreciated.