Preview files for VS Code:

- `create-form-preview.html` — a static interactive preview of the New Application page and the success popup.

How to open the preview inside VS Code:

1. Open the file in the editor: `frontend/preview/create-form-preview.html`.
2. If you have the "Simple Browser" extension, press Ctrl+Shift+P -> "Simple Browser: Show" and enter the file path using the workspace-relative URL, for example:
   http://localhost:5500/frontend/preview/create-form-preview.html
   (Note: Simple Browser requires a URL; you can instead use Live Server.)
3. Easiest: install the "Live Server" extension (Ritwick Dey). Then right-click the file and choose "Open with Live Server" — it will open an interactive preview in the IDE.

Alternate local preview:

- Open the file directly in a browser: double-click the file in the Explorer or open it with your browser. It will work offline.

If you want, I can try to open the preview in the IDE for you (if you confirm using the Simple Browser or Live Server).
