This project is a simple web-based application that allows users to fill out a form with their personal and exam-related details and then view/print an official-style exam entry card. The interface and content are in Persian (Farsi), suitable for local exam systems.
index.html
– Registration FormOn this page, users enter the following details:
After submitting the form, the data is saved to the browser’s localStorage, and the user is redirected to the card display page.
card.html
– Exam Entry CardThis page reads the saved form data from localStorage
and displays it in a printable card layout. Key features:
All styling is managed through the styel.css
file, which gives the form and the card a clean, presentable design.
https://rezaaslami.github.io/shomooliat-form/
,,,