datascijedi / website

https://datascijedi.org
Creative Commons Attribution Share Alike 4.0 International
6 stars 2 forks source link

Add new form for announcements #64

Closed ravicodelabs closed 8 months ago

ravicodelabs commented 1 year ago

To Do:

ravicodelabs commented 1 year 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__&amp;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.

ravicodelabs commented 8 months ago

Added in PR #117.