Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 830 Bytes

Survey Form Project

Overview

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.

Features

  • 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.

Technologies Used

  • HTML5
  • CSS3 (linked via styles.css)
  • JavaScript