Trigger a custom AJAX event (routing action)

Available since 5.5.3

 We added a new routing Custom AJAX response This routing have a textbox where we define the desire returned response value

{
    "action"   : "custom",
    "response" : HERE THE CONTENT OF THE TEXTBOX
}

Like that we can build the format of the response

It works like Ajax events for live routings so action custom and a response where we include the content of the textbox of the routing.

You should tick during for this routing else nothing happen.

Create your own Knowledge Base