const cacheName = 'dynamic-agent-v1';
const src = "https://www.jotform.com/s/umd/419dd281ab4/for-embedded-agent.js";
const script = document.createElement('script');
script.src = src;
script.async = true;
script.onload = function() {
window.AgentInitializer.init({
agentRenderURL: "https://www.jotform.com/agent/019711d063cb73ebac368aa0587aa466c6a5",
rootId: "JotformAgent-019711d063cb73ebac368aa0587aa466c6a5",
formID: "019711d063cb73ebac368aa0587aa466c6a5",
contextID: "019714a8ce077f3b9e134613181851632043",
initialContext: "",
queryParams: ["skipWelcome=1","maximizable=1","skipWelcome=1","maximizable=1'"],
domain: "https://www.jotform.com",
isDraggable: false,
background: "linear-gradient(180deg, #DAF4F6 0%, #A9E0E6 100%)",
buttonBackgroundColor: "#0A1551",
buttonIconColor: "#FFF",
variant: false,
customizations: null,
isVoice: false,
});
};
document.head.appendChild(script);