Advanced Usage
APIs
Add Custom Frontend logics
How?
window.billflow_wp_handle_response = function myHandleResponseFunction({event, response, extras}){
// your custom handling logic goes here
console.log('called servicebot_wp_handle_response', response)
console.log('event:' event)
}Last updated
Was this helpful?