Skip to content

Instantly share code, notes, and snippets.

@candicerm
Last active November 15, 2021 09:22
Show Gist options
  • Select an option

  • Save candicerm/7a3f4209cd268b327c7a611c30ceeb50 to your computer and use it in GitHub Desktop.

Select an option

Save candicerm/7a3f4209cd268b327c7a611c30ceeb50 to your computer and use it in GitHub Desktop.
<!-- 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