A clean and responsive feedback collection web app built with HTML, CSS, and JavaScript. Users can submit their name, email, mobile, rating, and comments. Feedback is displayed instantly on the page, stored in local storage for persistence, and also sent to an n8n webhook for workflow automation.
- Feedback Form: Collects Name, Email, Mobile Number, Star Rating, and Comments.
- Form Validation: All fields validated with real-time error messages.
- Dynamic Display: Newly submitted feedback is shown instantly on the same page.
- Local Storage: Feedback persists and reloads after page refresh.
- n8n Integration: All form data is sent to an n8n webhook (customizable for test/production).
- Customer Support Modal: Accessible 'Help Center' modal includes the page admin email.
- Responsive UI: Mobile-friendly and inspired by modern feedback screens.
- Languages: HTML5, CSS3, JavaScript (ES6+)
- n8n: No-code workflow automation (receives feedback via webhook)
- Browser LocalStorage: For client-side persistence
- Clone or Download this project to your PC.
- Open the Project:
- Open
index.htmlin your web browser. - Make feedback submissions to see them appear instantly and persist after refresh.
- Open
- Webhook Integration:
- Update the webhook URL in
script.jsif you change your n8n endpoint. - All valid submissions will POST data to your configured n8n workflow for further processing or storage.
- Update the webhook URL in
For questions or support, contact the admin:
Email: kashyapdebashish556@gmail.com
Enjoy collecting smart, persistent feedback! 🚀