wordpress_dude
Forum Replies Created
-
Is this css issue fixed? I think it’s affect my website’s speed score from PageSpeed Insights
PROBLEM SOLVED:
This was not a bug, but a mere user misconfiguration.
In the shortcode, the number determines the messages + settings that the form will use and the word between the quotes ” ” will determine the form content.
Without realizing this, I had copied the shortcode and ONLY changed the title and not the number.
For example:
[contact-form 1 "form 1"]
[contact-form 1 "form 2"]
[contact-form 1 "form 3"]After changing it to the proper number, everything is working fine now.
[contact-form 1 "form 1"]
[contact-form 2 "form 2"]
[contact-form 3 "form 3"]UPDATE:
I tested this on TWO websites and both websites are showing different results.
In my first website, I am encountering the issue described above. However, in my second website, I am not encountering this.
I don’t know where to start to diagnose this issue.
Any suggestions?
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Thank You PagePut this in the Additional Settings field and it will redirect you to the page when the user clicks on the submit button.
on_sent_ok: “location.replace(‘http://www.YOURSITE.com’);”