EgbieAndersonUku1 / Fullstack-fruit-and-veg

Fullstack Fruit & Veg Shop: A web application developed with HTML, CSS, and JavaScript for the frontend, and Django for the backend. Features include user authentication, a product catalogue, shopping cart functionality, and order management. and much more
https://fullstack-fruit-and-veg.vercel.app
0 stars 0 forks source link

Changed the `detailed-description-specs.html and SEO-and-meta-information.html` to use Django forms and tags #11

Closed EgbieAndersonUku1 closed 1 month ago

EgbieAndersonUku1 commented 1 month ago

Changed the detailed-description-specs.html and SEO-and-meta-information.html to use Django forms and tags

Refactor form handling and country data processing due to an error and

Expected Behaviour with populateSelectField, loadFile, createOption js function:

  1. Country options are correctly populated in select fields from the static file.
  2. Users can select options and fill in all the required fields before submitting the form.
  3. Form advances to the next page upon valid submission.

Current Behaviour due to the use of `populateSelectField, loadFile, createOption js funtions:

  1. Country options are correctly populated in select fields from the static file.
  2. Users can select options and fill in any necessary data.
  3. Form does not advances to the next page upon valid submission instead displays an error stating that chosen country is invalid.

Issues Fixed:

vercel[bot] commented 1 month ago

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

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **fullstack-fruit-and-veg** | ⬜️ Ignored ([Inspect](https://vercel.com/egbies-projects/fullstack-fruit-and-veg/DcebNv2xJq5CVWJ9qWYsKWNheep6)) | [Visit Preview](https://fullstack-fruit-and-veg-git-backendwirin-858c68-egbies-projects.vercel.app) | | Aug 21, 2024 6:33pm |
EgbieAndersonUku1 commented 1 month ago

merged