import { submitRegistration } from "backend/registration.web"; $w.onReady(function () { $w("#htmlRegistration").onMessage(async (event) => { if ( !event.data || event.data.type !== "SUBMIT_REGISTRATION" ) { return; } try { const result = await submitRegistration( event.data.data ); $w("#htmlRegistration").postMessage({ type: "REGISTRATION_SUCCESS", registrationId: result.registrationId, totalMembers: result.totalMembers }); } catch (error) { console.error(error); $w("#htmlRegistration").postMessage({ type: "REGISTRATION_ERROR", message: error.message || "Registration failed. Please try again." }); } }); });
top of page

CONTACT

QUESTIONS?

Call  at  +91-9238106667 or send us an Email to: anjalifestival@swabhiman.org

Address: A-98 Budha Nagar

Bhubaneswar OD 751006

WANT TO PARTICIPATE ?

...subscribe! You'll be the first to know when registrations start! It is free for everybody to participate.

SIGN UP TO RECEIVE LATEST UPDATES!

Thanks for submitting!

© 2021 by Swabhiman. Made in India.

bottom of page