The Survey Form Project is a simple web application designed to collect user feedback through a survey. Users can provide their name, age, email, and answer questions regarding their experience with our services. The collected data is stored in the browser's local storage, and upon submission, users are redirected to a success page.
- User-friendly interface for easy navigation.
- Input fields for name, age, and email.
- Radio buttons for recommending the service.
- Dropdown menu to select how users heard about the service.
- Data validation to ensure all fields are filled out correctly.
- Data storage using local storage for later retrieval.
- Redirects to a success page upon form submission.
- HTML5
- CSS3 (linked via
styles.css
) - JavaScript