Implementation steps for the GoCancel widget

Step 1Add the following script tag to your webpage

<script src="https://widget.gocxl.com/gocancel-widget.js"></script>

Step 2Place the following html where you want the widget to render

<div id="gocancel-widget" data-locale="[LOCALE]" data-widget-token="[TOKEN]"></div>

This is the basic configuration, after implementing the code above, you're done. Our widget offers some more options listed below.



Testing the implementation.The result should look something like our live example

View a live example