MAVRICK-1 / EduWeb

https://edu-web-ruby.vercel.app
14 stars 20 forks source link

Added contact form #37

Closed masterboy376 closed 1 month ago

masterboy376 commented 1 month ago

Related Issue

[Feature Request]: Adding a contact/enquiry form #34

Description

This PR adds a contact form which allow users to send their inquiries via email, using EmailJS. To test it create account on email.js and create your service and template the replace YOUR_SERVICE_ID, YOUR_TEMPLATE_ID, YOUR_PUBLIC_KEY in scripts.js with your credentials. Now after this step when ever anyone fills contact form then the inquiry will be sent to the admins email.

Type of PR

Screenshots / videos (if applicable)

Screenshot (163) Screenshot (164)

Checklist:

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
edu-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2024 3:51pm
MAVRICK-1 commented 1 month ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

masterboy376 commented 1 month ago

Hello @MAVRICK-1, PTAL

MAVRICK-1 commented 1 month ago

@masterboy376 great work link it with navbar contact tab.

masterboy376 commented 1 month ago

@masterboy376 great work link it with navbar contact tab.

Hello @MAVRICK-1, I think I did it. <a href="#contact" class="navbar-link" data-nav-link>Contact</a>

MAVRICK-1 commented 1 month ago

@masterboy376 great work