• After integration with a simple contact form 7 form, the data gets sent and added to FranConnect CRM, however the form doesn’t complete to a redirect nor success message. Not sure what’s the problem.

    here is the debug log message I get via email from the plugging. any ideas on how to resolve?

    There was an error when trying to integrate with the 3rd party service {FranConnect} **FORM**
    Title: FootForm
    Intended Recipient: my@email.address
    Source: ***page url***
    
    **SUBMISSION**
    Array
    (
        [timeout] => 20
        [body] => Array
            (
                [firstname] => Lauren
                [lastname] => Frank
                [phone] => 43434534343
                [state] => California
                [email] => email@email.com
                [comments] => Testing Form Website
            )
    
    )
    
    **RAW RESPONSE**
    Array
    (
        [reason] => Could not locate success clause within response
        [safe_message] => Success Clause not found
        [clause] => Thank You! We'll get back to you soon!
        [response] => <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    	<head>
    		<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    	</head>
    	<body>
    	***
    	</body>
    </html>
    
    )

    https://wordpress.org/plugins/forms-3rdparty-integration/

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

The topic ‘FranConnect CRM integration not’ is closed to new replies.