File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
< div class ="card ">
5
5
< div class ="card-body ">
6
6
< h3 class ="card-title "> Add Application</ h3 >
7
- < form action ="/application " method ="post " id ="evals-create-application ">
7
+ < form action ="/application " method ="post " enctype =" multipart/form-data " id ="evals-create-application ">
8
8
< input type ="text " class ="form-control " placeholder ="Application ID " name ="rit_id "> </ input > < br >
9
9
< textarea class ="form-control " placeholder ="Application Text " name ="application "
10
10
rows ="10 "> </ textarea >
@@ -16,6 +16,7 @@ <h3 class="card-title">Add Application</h3>
16
16
< option value ="Female "> Female</ option >
17
17
< option value ="Other "> Other</ option >
18
18
</ select >
19
+ < input name ="file " type ="file " form ="evals-create-application " accept =".pdf ">
19
20
< div style ="text-align:center; padding-top: 30px; ">
20
21
< input type ="submit " class ="btn btn-primary " value ="Submit ">
21
22
</ div >
You can’t perform that action at this time.
0 commit comments