Skip to content

Invalid form action attribute value #260

@Imran-imtiaz48

Description

@Imran-imtiaz48

In the line

<form action="/test/ test">

there is a space inside the action attribute (/test/ test). This makes the URL invalid and can cause the form submission to fail or behave unexpectedly. To fix it, remove the space or correct the URL, for example:

<form action="/test/test">

This ensures the form has a valid and properly working submission target.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions