Last active
November 15, 2021 09:22
-
-
Save candicerm/7a3f4209cd268b327c7a611c30ceeb50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Copy this entire code block--> | |
| <script> | |
| function qsOnLoad($) { | |
| $(".qsform").css("background", "#eeeeee"); | |
| $(".qsform button").css("background-color", "#4CAF50"); | |
| $(".qsform input").css("background-color", "#4CAF50"); | |
| } | |
| </script> | |
| <div id="application-form"></div> | |
| <div class="qsstandalone-footnote" id="enquiry-footer">Form powered by <a href="http://www.quickschools.com" | |
| target="_blank">QuickSchools.com - Student Information System</a></div> | |
| <script src="https://<SCHOOLCODE>.quickschools.com/sms/es/application?divId=application-form" async></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment