-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added validation and functionality to contact page #370
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for collect-your-gamingtools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@swaraj-das please review this pr and merge it |
index.html
Outdated
domain="www.chatbase.co" | ||
defer> | ||
</script> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
</script> | ||
|
||
<script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this code in js file.
@swaraj-das done |
@swaraj-das please merge it i resolved the conflicts error again |
@swaraj-das i keep on resolving conflict please merge it |
@MastanSayyad please have a look into it as well it's been 2 weeks but my pr is not yet merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
Issue #320
added validation and functionality to contact page - Added validation and improved functionality to the contact page, ensuring that all required fields are properly validated before form submission. This update enhances the user experience by providing real-time feedback and ensuring data integrity with proper display of confirmation message.
working demo :
Uploading WhatsApp Video 2024-10-13 at 16.57.44_90f9b37e.mp4…
Type of PR
Description
This pull request aims to [briefly describe what the pull request does, e.g., "add a new feature," "fix a bug," "improve documentation," etc.].
Screenshots / Videos (if applicable)
Before:
After:
Checklist
Additional Context
[Provide any additional context about the changes, such as specific challenges you faced or decisions you made. This can help reviewers understand the rationale behind your changes.]
Thank you for reviewing my pull request!