"New Activity form"
Bootstrap 4.0.0 Snippet by douglance

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Title</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">Describe this activity</small>
</div>
<div class="form-group">
<label for="exampleSelect1">Activity</label>
<select class="form-control" id="exampleSelect1" placeholder="Matching">
<option>Matching</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="form-group">
<label for="exampleTextarea">Words</label>
<textarea class="form-control" id="exampleTextarea" rows="3" placeholder="Mother, Father, Sister, Brother"></textarea>
<small id="emailHelp" class="form-text text-muted">Describe this activity</small>
</div>
<fieldset class="form-group">
<legend>Languages</legend>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Chinese
</label>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: