Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dan Paramo

    (@danielpgi)

    I found how to fix this.

    Version 3.9.1
    file: contact-form.php line 322

    changed from:
    ‘action’ => esc_url( $url ),

    changed to:
    ‘action’ => ‘https://’.$_SERVER[‘SERVER_NAME’].esc_url( $url ),

    Now it works.

    Thread Starter Dan Paramo

    (@danielpgi)

    At 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.

    Thread Starter Dan Paramo

    (@danielpgi)

    Something 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”]

Viewing 3 replies - 1 through 3 (of 3 total)