This repository contains the contact form implementation for the AEROCOTTON website. The contact form allows users to submit their inquiries, which are then sent to the owner via email. The form includes fields for Name, Email, Subject, and Message, with a confirmation popup upon submission.
- Fully responsive contact form.
- Fields for Name, Email, Subject, and Message.
- Google Map integration displaying AEROCOTTON HQ location.
- Quick contact information section (Address, Email, Phone, Working Hours).
- FAQ quick links for user assistance.
- Smooth animations and confirmation popup upon submission.
To set up and run the contact form locally:
- Clone the repository:
git clone https://github.com/AeroCotton/contactform.git
- Navigate to the project folder:
cd contactform - Open the
contact.htmlfile in a browser to test the form functionality.
- HTML, CSS, JavaScript – Frontend design and form validation.
- Email Integration – Sends user messages to the owner's email.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch - Make your changes and commit:
git commit -m "Add new feature" - Push to your forked repository:
git push origin feature-branch - Submit a Pull Request.
For any inquiries, feel free to reach out:
- Email: ashwin10.krish@gmail.com
- Website: AEROCOTTON
This project is licensed under the MIT License - see the LICENSE file for details.