Skip to content

Commit

Permalink
Add resistraion form
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Apr 18, 2024
1 parent 37e5f8d commit 6725978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
6 changes: 3 additions & 3 deletions content/homepage/about.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 'Registrations will open soon!'
# title: 'Register Now'
# title: 'Registrations will open soon!'
title: 'Register Now'
weight: 1
background: ''
button: 'Register'
buttonLink: 'registration/'
---

<!-- Register now for the Mathematics (7th of May) or Computer Science (8th of May) day! -->
Register now for the Mathematics (7th of May) or Computer Science (8th of May) day!
38 changes: 5 additions & 33 deletions content/pages/registration.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,16 @@
---
title: "Registration"
date: 2024-03-13T10:48:44+00:00
date: 2024-04-18T10:48:44+00:00
layout: standard
heroHeading: 'Register'
# heroSubHeading: "Established in 1985, we're a team of advisors that puts your business first."
heroBackground: 'register/checkin.JPG'
positionBackground: 40%
---

Registrations will open soon!
<!-- Registrations will open soon! -->

<!-- {{< rawhtml >}}
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd52Bs30NpfHlT_8s6qjS3euTW_YLHH8bdw381_L_fr9eYGaw/viewform?embedded=true" width="100%" height="2000" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" class="my_form">Loading…</iframe>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
<script src="https://malsup.github.io/jquery.form.js"></script>
<script>
$('#enroll_form')
.ajaxForm({
success : function (response) {
alert("The server says: " + response.status);
}
})
;
</script> -->

<!-- <form action="https://docs.google.com/forms/d/e/1FAIpQLSdwvfvySXPCPTwQgcXkHF8DuPyUjeaQyhwlybZHEccV_S0pfA/formResponse" method="post" class="my_form" id="enroll_form" target="">
<label>Email*</label>
<input type="email" placeholder="Email address*" class="form-input" name="entry.1599735518" required>
<label>Subject*</label>
<input type="text" placeholder="Subject*" class="form-input" name="entry.1519197038" required>
<label>Companies*</label></br>
<input type="checkbox" name="entry.48944311" value="1"> 1</br>
<input type="checkbox" name="entry.48944311" value="2"> 2</br>
<input type="checkbox" name="entry.48944311" value="3"> 3</br>
<button type="submit">Send</button>
</form> -->
{{< /rawhtml >}} -->
{{< rawhtml >}}
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdHVPtc6fiW-iJnxC_S4selSmDMllUD14BWeUvoEMWHNjz4IA/viewform?embedded=true" width="100%" height="2000" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" class="my_form">Loading…</iframe>
{{< /rawhtml >}}

0 comments on commit 6725978

Please sign in to comment.