Changelog
🚀 First-time readers
To integrate the Chaiz Plans Widget into your web page, follow these three simple steps:
This guide explains the setup and configuration options in detail with code examples.
<aside> ⚠️
N.B.: all URLS here point to our test environment, uat. .
Production links will be provided after your implementation is formally approved.
</aside>
Add the configuration script to the page head.
This configuration script tells the Initialization script how to configure the providers list.
The configuration script contains only 2 mandatory properties: targetElementId and searchData.
All other properties are optional and have default values if the property value is not specified.
For React-specific instructions, please go to step 4.