The Event Management System Questionnaire is a web-based form designed to collect valuable insights from users regarding their experiences and expectations related to event management systems. This questionnaire aims to improve services based on user feedback.
- User-Friendly Interface: The questionnaire consists of multiple sections including stakeholder information, demographic details, current system evaluation, desired features, and more.
- Responsive Design: The layout adapts for both desktop and mobile devices, ensuring accessibility across platforms.
- Data Submission: Responses are submitted to a Google Apps Script for processing, providing a straightforward way to handle form data.
The project consists of the following main files:
- index.html: The main HTML file containing the structure of the questionnaire.
- style.css: The CSS file for styling the questionnaire and ensuring responsive design.
- app.js: The JavaScript file handling the form submission and page interactions.
- Clone the Repository:
git clone <repository-url> 
- Open index.htmlin your web browser to view the questionnaire.
- Starting the Questionnaire: The user is greeted with a cover page. Clicking the "Fill Questionnaire" button will navigate to the form.
- Filling Out the Form: Users are required to complete various fields, including their name, role in event management, and satisfaction levels with current systems.
- Submission: Upon clicking the "Submit Questionnaire" button, the form data is sent to a Google Apps Script for processing.
If an error occurs during the submission, a message will be displayed indicating the failure. Ensure the Google Apps Script URL is set correctly in the app.js file.
- Error Message: "Script function not found: doGet"
- Cause: This error indicates that the Google Apps Script endpoint is not set up correctly or is missing the required doGetfunction.
- Solution: Verify the Google Apps Script deployment and ensure that the doGetfunction is implemented.
 
- Cause: This error indicates that the Google Apps Script endpoint is not set up correctly or is missing the required 
To customize the questionnaire:
- Modify Questions: Edit the HTML in index.htmlto add, remove, or change questions.
- Styling: Update styles in style.cssto change the look and feel of the questionnaire.
- JavaScript Logic: Adjust functionality in app.jsfor different form handling or validation logic.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or fixes.
For any inquiries or issues, please contact the project maintainer at [your-email@example.com].
This README provides an overview of the Event Management System Questionnaire, instructions for installation, usage, and customization, as well as information on error handling and contributions.