react-helmet
react-helmet copied to clipboard
Load script into body
What is the current behavior?
i want to load a script form into body and show it instead load it into head tag
my code is:
<Helmet> <div className="modal-content"> <script src="https://17edw.freshsales.io/web_forms/f3f3297be32b2d88c2aed5564e828b79d83374e4844b4198cf5922c4c6f50c1d/form.js" crossOrigin="anonymous" id="fs_f3f3297be32b2d88c2aed5564e828b79d83374e4844b4198cf5922c4c6f50c1d" > </script> </div> </Helmet>
but it does not show the form for me.
x2
hello @17Edwin , did you find solution?
and @jhoanborges , did you find a solution?