File tree 1 file changed +7
-6
lines changed
user-input-with-forms/chapter-examples-CT
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 14
14
</ style >
15
15
</ head >
16
16
< body >
17
- <!-- Form will use default action value and submit form to current page. -->
18
- <!-- <form action="">
17
+
18
+ <!-- ORIGINAL: Form will use default action value and submit form to current page. -->
19
+ < form action ="">
19
20
< label > Username < input type ="text " name ="username "> </ label >
20
21
< label > Team Name < input type ="text " name ="team ">
21
22
</ label >
22
23
< button > Submit</ button >
23
- </form> -->
24
+ </ form >
24
25
25
26
26
27
33
34
</form> -->
34
35
35
36
36
-
37
+
37
38
<!-- Form will send POST request to Form Handler defined by 'action' attribute -->
38
- < form action ="https://handlers.education.launchcode.org/request-parrot " method ="post ">
39
+ <!-- < form action="https://handlers.education.launchcode.org/request-parrot" method="post">
39
40
<label>Username <input type="text" name="username"></label>
40
41
<label>Team Name <input type="text" name="team">
41
42
</label>
42
43
<button>Submit</button>
43
- </ form >
44
+ </form> -->
44
45
45
46
46
47
</ body >
You can’t perform that action at this time.
0 commit comments