Skip to content

Can you give an example on how to use this? #1

@noxidsoft

Description

@noxidsoft
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Login example</title>
</head>
<body>
    <form action="../register.php" method="post">
        <input type="text" name="name" id="name">
        <input type="text" name="email" id="email">
        <input type="password" name="password" id="password">
        <input type="submit" value="Register">
    </form>
</body>
</html>

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