Pārlūkot izejas kodu

Include input outside form demonstration

Add checkbox on sample form in README.
master
TheoryOfNekomata pirms 3 gadiem
vecāks
revīzija
5ea923e826
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. +6
    -1
      README.md

+ 6
- 1
README.md Parādīt failu

@@ -42,13 +42,18 @@ For an example form:
```html
<!-- ... -->

<form id="form">
<form id="loginForm">
<input type="text" name="username" />
<input type="password" name="password" />
<button type="submit" name="type" value="client">Log In As Client</button>
<button type="submit" name="type" value="admin">Log In As Admin</button>
</form>

<label>
<input type="checkbox" name="remember" form="loginForm" />
Remember my login credentials
</label>

<!-- ... --->
```



Notiek ielāde…
Atcelt
Saglabāt