• Resolved DonCHU

    (@donchu)


    Our wordpress-to-lead form stopped working yesterday. We have tested it and nothing is coming into our salesforce account. In addition, we cc’d ourselves to receive the lead information and that email is not being generated. Can someone help me troubleshoot this? If not, I’ll just have to abandon this tool and use something different.

    https://ww.wp.xz.cn/plugins/salesforce-wordpress-to-lead/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Try adding:

    add_filter( 'salesforce_w2l_api_url', 'new_w2l_api_url', 10, 2 );
    
    function new_w2l_api_url( $url, $form_type ){
        return str_replace( 'www.salesforce.com', 'login.salesforce.com', $url );
    }

    to your functions.php file.

    Thread Starter DonCHU

    (@donchu)

    Thanks for the response. I added it into the php file and just tested one of my forms. No luck. Also, I didn’t note in the first post that this form was working perfectly for the month prior to it breaking.

    http://chu.edu/receptionist-phone-form/

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

The topic ‘Form not working’ is closed to new replies.