Gig
$150 one time payment
50
May 26, 2023
I have a survey widget (that uses html, JavaScript and css) that I need help
For the first widget I have this code snippet that injects the widget into any website: function callScript(src) {
var script = document.createElement('script');
script.src = src;
document.head.appendChild(script);
}
callScript('
The widget is hosted in a google cloud bucket.