-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Enhance the CommunityForm schema to include fields for storing QR code metadata (e.g., QR ID, target URL, optional access code, expiration date). This feature allows form creators to generate a QR code that links directly to a public-facing form page. The QR code can then be displayed at events, shared digitally, or printed, making it easy for attendees to access and complete the form quickly.
Optionally, implement access-code capabilities so that the form remains technically public but requires users to know or scan the QR code to enter. This provides lightweight privacy and prevents the form from being discoverable by random visitors.
Key deliverables:
• Extend CommunityForm schema with QR metadata fields.
• Provide a backend endpoint to generate and store QR codes.
• Render QR codes in the UI for form creators.
• Expose a public route that resolves the QR code link to the form.
• (Optional) Support access-code checks for semi-private forms