Looking to use Formstack embed with their script tag option. But the form disappears when the page loads. Very strange. Can anyone look at the page and view the error in the console to let me know why this is and how to fix?
This is the TEST page to view
https://stellacenter.com/symptom-checker-test/
Code snippet:
<Row>
<Col xs={{ size: 12 }} md={{ size: 10, offset: 1 }}>
<>
<script type="text/javascript" src="https://stellacenter.formstack.com/forms/js.php/frontity_symptom_checker"></script>
</>
</Col>
</Row>
This is the real page where the form loads (via iframe embed) just to show what it looks like.
https://stellacenter.com/symptom-checker/
Thank you in advance for your time and comments!