• Resolved nothroughroad

    (@nothroughroad)


    Is there a way of disabling the creation of leads in Salesforce while I am testing the set-up of filters on the website front end? I thought it might be salesforce_w2l_form_action, but the leads are still being created.

    Many thanks

    • This topic was modified 4 years, 9 months ago by nothroughroad.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    If you return null from salesforce_w2l_post_data there’d be no data to send.

    If you change salesforce_w2l_api_url to something else it’d post there instead (e.g. localhost, requestbin, etc) which allows you to see what is being sent.

    Thread Starter nothroughroad

    (@nothroughroad)

    That’s great, thanks for the speedy response.

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

The topic ‘Disable integration while testing’ is closed to new replies.