Dan Paramo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] BASE HREF Ajax not fuctionalI found how to fix this.
Version 3.9.1
file: contact-form.php line 322changed from:
‘action’ => esc_url( $url ),changed to:
‘action’ => ‘http://’.$_SERVER[‘SERVER_NAME’].esc_url( $url ),Now it works.
Forum: Plugins
In reply to: [Contact Form 7] akismet removing the field problemAt least I know that these fields would show up in previous versions, whether or not the akismet was functioning properly, I did not test it. I love Contact Form 7 is by far my favorite WP form plugin, thank you.
Forum: Plugins
In reply to: [Contact Form 7] akismet removing the field problemSomething was changed since the last update.
In the last version it was fine to end with akismet:author after the placeholder. I had to move akisment in front of the placeholder, that fixed it. I believe this could potentially become a problem with several websites.
DOES NOT WORK ANYMORE (worked in last version):
[text* text-415 class:register placeholder “Full Name” akismet:author]
[email email-897 class:register placeholder “Email Address” akismet:author_email]WORKS:
[text* text-415 class:register akismet:author placeholder “Full Name”]
[email email-897 class:register akismet:author_email placeholder “Email Address”]