Degree College (Office) : +91 9756179117 Public School (Office) : +91 1352442292

Registration

Home Registration

Registration For Swami Purnanand Degree College


Note : Registration fee is Rs 500.

Note : Registration fee is not refundables.

var form = document.getElementById("my-form"); async function handleSubmit(event) { event.preventDefault(); var status = document.getElementById("my-form-status"); var data = new FormData(event.target); fetch(event.target.action, { method: form.method, body: data, headers: { 'Accept': 'application/json' } }).then(response => { status.innerHTML = "Thanks for your submission!"; form.reset() }).catch(error => { status.innerHTML = "Oops! There was a problem submitting your form" }); } form.addEventListener("submit", handleSubmit)