Closed ravicodelabs closed 8 months ago
I believe the below should work for embedding the announcements form (the jotform javascript src URL seems quite predictable and utilizes what appears to be a unique form number):
<script type="text/javascript" src="https://form.jotform.com/jsform/230625164644151"></script>
This is based on the embed code taken from the temporary Google sites website, which I'm including below for reference:
<iframe id="JotFormIFrame-230625164644151" title="JEDI Announcements" onload="window.parent.scrollTo(0,0)"
allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera"
src="https://form.jotform.com/230625164644151?jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.Oupypiulh58.O%2Fd%3D1%2Frs%3DAHpOoo_CVmSAWqMsGCHgMRyaSvlE8hY6sw%2Fm%3D__features__&isIframeEmbed=1"
frameborder="0" style="min-width: 100%; max-width: 100%; height: 4323px; border: none;" scrolling="no">
</iframe>
So that leaves the second part, e.g. figuring out how to incorporate this in the new website design.
Added in PR #117.
To Do:
iFrame
embed code, as it stays current with any backend form updates).