Docs
Quick, practical notes for sharing and embedding forms.
Share a form link
Each form has a link like:
https://mandalar.app/s/<shop>/<slug>
Example:
https://mandalar.app/s/mystore.myshopify.com/book-your-seat-for-abc-event
Embed on any website (iframe)
Paste this wherever you can add HTML:
<iframe
src="https://mandalar.app/s/mystore.myshopify.com/book-your-seat-for-abc-event"
width="100%"
height="640"
frameborder="0"
loading="lazy">
</iframe>
Use in Shopify
Install the Mandalar app, create a form, then open your theme editor and add the Mandalar Form block. Enter your form ID or select the form.
Security
Merchants control what they collect. Mandalar’s job is to process and store submissions securely, isolate shop data, and provide exports.
See our Security page for the baseline controls we recommend.