$(document).ready(function() { $("select").change(function() { $(this).find("option:selected").each(function() { if ($(this).attr("value") == "class") { $(".box").not(".class_name").hide(); $(".class_name").show(); $(".box").not(".class_name").val(""); } else if ($(this).attr("value") == "ref") { $(".box").not(".ref_id").hide(); $(".ref_id").show(); $(".box").not(".ref_id").val(""); } else { $(".box").hide(); } }); }).change(); });
Select Page

Registration for New Students Payment

Click on Form Access, and then proceed to input your Credit Card Account Information, Billing Information including the “Student Name” and “Student Grade”.

There is also an optional “Notes” input field that allows for brief additional information.

Upon completion of all input, check on “I’m not a robot” and then click on the Submit button.