File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
user-input-with-forms/exercises Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 8
8
</ style >
9
9
</ head >
10
10
< body >
11
- <!-- TODO: add form here -->
11
+ < form action ="https://handlers.education.launchcode.org/request-parrot " method ="POST ">
12
+ < label > Test Name < input type ="text " name ="testName "/> </ label >
13
+ < label > Test Date < input type ="date " name ="testDate "/> </ label >
14
+ < label > Rocket Type:
15
+ < select name ="rocketType ">
16
+ < option value ="1 "> Lynx</ option >
17
+ </ select >
18
+ </ label >
19
+ < label > Number of Rocket Boosters < input type ="number " name ="numBoosters "/> </ label >
20
+ Wind Rating:
21
+ < label > No Wind< input type ="radio " name ="windRating " value ="noWind "/> </ label >
22
+ < label > Mild< input type ="radio " name ="windRating " value ="mild "/> </ label >
23
+ < label > Strong< input type ="radio " name ="windRating " value ="strong "/> </ label >
24
+ < label > Use production grade servers< input type ="checkbox " name ="usePGS "/> </ label >
25
+
26
+ < button > Run Simulation</ button >
27
+ </ form >
28
+
12
29
</ body >
13
30
14
31
</ html >
You can’t perform that action at this time.
0 commit comments