• Hey,

    I’ve discovered there is a javascript conflict between your plugin and Contact Form 7 which causes the spinning arrow next to the send button to continue spinning without delivering the mail sent message. I switched off every plugin and narrowed it down to WP Job Manager – Contact Listing.

    Is this something that you have encountered before, and if so, is there a solution?

    Many thanks,

    Richard

    https://wordpress.org/plugins/wp-job-manager-contact-listing/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter RichardILD

    (@richardild)

    By the way, it also seems to prevent attachments from being delivered when using CF7 forms for job applications. Attachments work with standalone CF7 forms. It’s puzzling.

    Yes I noticed the same issue. The spinning arrow goes on and on…
    First I thought the email wasn’t sent, but later I saw the email came through.

    Is there any fix?

    I was having the same problem. The form used by Job Manager was working correctly but other forms weren’t. Here’s my solution:

    – Open the file cf7.php located in /wp-content/plugins/wp-job-manager-contact-listing/includes/forms

    – Locate the line: if ( ! array_search( $cf7->id, $this->forms[ $object->post_type ] ) ) { in the function notification_email

    – Above that line insert the following line: if (empty($this->forms[ $object->post_type ])) return $components;

    The problem is that the function array_search expects an array but the value supplied is null when a form other than the one specified in Contact a Job Form is used.

    Thanx electro907 for your help, but unfortunately it doesn’t solve the problem.

    Has anyone a fix?

    Hi All,

    I have found exactly the same issue, I have activated/deactivated the plugins I am using on my site and it appears that this plugin is causing the issue.

    I hope we can find a solution that doesn’t require a plugin hack, any thoughts?

    Jody

    I give this a little push 🙂

    Has the developer of this plugin had a look on this problem?
    Its been a while since it was posted first time.

    Or has anyone else a solution?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Javascript Conflict with Contact Form 7’ is closed to new replies.