<div id="form-kide"></div> <script> fetch("kide.form.hide.php") .then(response => { return response.text() }) .then(data => { document.querySelector("#form-kide").innerHTML = data; }); </script>