This is a Repository where different types of Front - End Projects are present. If you have any front end project then you can contribute to this open source repository.
Describe the Bug
When clicking the search button on the logistics company website, the page redirects to a URL that returns a "Cannot GET /action_page.php" error. This suggests that the specified action for the search function is either missing or incorrectly configured.
To Reproduce
Steps to reproduce the behavior:
Go to the homepage of the logistics company website.
Locate and click on the "Search" button in the header section.
Observe the error message that appears on the redirected page.
Expected Behavior
Clicking the "Search" button should perform a search action or display a search results page rather than returning an error message. The page should show relevant search results or indicate that no results were found.
Screenshots
_No screenshot available at this time. The error message reads "Cannot GET /actionpage.php".
Desktop (please complete the following information):
OS: e.g., Windows 10
Browser: e.g., Chrome
Version: e.g., 96.0
Smartphone (please complete the following information):
Device: e.g., iPhone 12
OS: e.g., iOS 14
Browser: e.g., Safari
Version: e.g., 14.4
Additional Context
The issue seems related to the incorrect or missing action attribute in the search form, specifically pointing to /action_page.php. This may be a placeholder path that needs updating or correction to function properly.
To reduce notifications, issues are locked. Your issue will be unlock when we will add label as status: ready for dev. Check out the contributing guide for more information.
Describe the Bug
When clicking the search button on the logistics company website, the page redirects to a URL that returns a "Cannot GET /action_page.php" error. This suggests that the specified action for the search function is either missing or incorrectly configured.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Clicking the "Search" button should perform a search action or display a search results page rather than returning an error message. The page should show relevant search results or indicate that no results were found.
Screenshots
_No screenshot available at this time. The error message reads "Cannot GET /actionpage.php".
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional Context
The issue seems related to the incorrect or missing action attribute in the search form, specifically pointing to
/action_page.php
. This may be a placeholder path that needs updating or correction to function properly.