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