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.

    omegaiori

    (@omegaiori)

    so useful, thanks a lot for this. worked for me ??

    just to integrate your solution, the file contact-form.php is in wp-content/plugins/contact-form-7/includes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘BASE HREF Ajax not fuctional’ is closed to new replies.