; (function (window, document) { let linkCSS = document.createElement('link'); linkCSS.rel = "stylesheet"; linkCSS.type = "text/css"; linkCSS.href = "https://demo.atelierhexa.com/widget/source/widget.css"; document.head.appendChild(linkCSS); let widget = document.getElementById('widget-ris'); let htmlForm = `
`; //to use with just the script tag let divWidget = document.createElement('div'); divWidget.className = 'widget-ris'; widget.after(divWidget); divWidget.innerHTML = htmlForm; //to use with a target div widget.innerHTML = htmlForm; // widget.appendChild; })(window, document); // https://alexmarandon.com/articles/web_widget_jquery/