Description
The contact form on the website is not functioning correctly. When users fill in their details and click the submit button, they encounter a "Page Not Found" error. I attempted to troubleshoot the issue by checking the form's action URL and ensuring that the JavaScript handles form submission properly. However, the error persists.
Additionally, the current design of the contact page could be improved for better user experience. The alignment of form fields and overall styling needs enhancement to make it more visually appealing.
Screenshots


Any additional information?
The form should ideally save the submitted data to a contact_data.json file for record-keeping. This approach will help reduce the need for database implementation while keeping the solution simple. It’s crucial to ensure that the backend or server-side logic is in place to handle the form submissions.
What browser are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Checklist
Description
The contact form on the website is not functioning correctly. When users fill in their details and click the submit button, they encounter a "Page Not Found" error. I attempted to troubleshoot the issue by checking the form's action URL and ensuring that the JavaScript handles form submission properly. However, the error persists.
Additionally, the current design of the contact page could be improved for better user experience. The alignment of form fields and overall styling needs enhancement to make it more visually appealing.
Screenshots
Any additional information?
The form should ideally save the submitted data to a contact_data.json file for record-keeping. This approach will help reduce the need for database implementation while keeping the solution simple. It’s crucial to ensure that the backend or server-side logic is in place to handle the form submissions.
What browser are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Checklist