File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change 10
10
</ head >
11
11
12
12
< body >
13
- < h1 > Write a post !</ h1 >
14
- < form method ="post ">
15
- < textarea id ="mytextarea "> </ textarea >
16
- </ form >
13
+ < div class ="container ">
14
+ < div class ="row justify-content-center ">
15
+ < div class ="col-10 col-md-6 ">
16
+ < form action ="https://formspree.io/aksh@ritcreativeteam.ml " method ="POST ">
17
+ < br style ="clear:both ">
18
+ < h3 style ="margin-bottom: 25px; text-align: center; "> Write a post !</ h3 >
19
+ < div class ="form-group ">
20
+ < input type ="text " class ="form-control " id ="name " name ="name " placeholder ="Name " required >
21
+ </ div >
22
+ < div class ="form-group ">
23
+ < input type ="email " class ="form-control " id ="email " name ="_replyto " placeholder ="Email " required >
24
+ </ div >
25
+ < br >
26
+ < div class ="form-group ">
27
+ < textarea class ="form-control " type ="textarea " name ="message " id ="mytextarea " placeholder ="Type here " maxlength ="140 " rows ="7 "> </ textarea >
28
+ </ div >
29
+ < br >
30
+ < button type ="submit " id ="submit " name ="submit " value ="Send " class ="btn btn-primary pull-right "> Submit</ button >
31
+ </ form >
32
+ </ div >
33
+ </ div >
34
+ </ div >
17
35
</ body >
18
36
</ html >
You can’t perform that action at this time.
0 commit comments