"Outcome Assessment (evoked pain-related behavior)"
Bootstrap 4.1.1 Snippet by Daniel3007

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.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<form class="form-horizontal">
<fieldset>
<!-- Form Name -->
<legend>Outcome Assessment (evoked pain-related behavior)</legend>
<!-- Select Basic -->
<div class="form-group">
<label class="col-md-4 control-label" for="selectbasic">What behavioural assessment(s) are used?</label>
<div class="col-md-4">
<select id="selectbasic" name="selectbasic" class="form-control">
<option value="1">von Frey filament (manuel)</option>
<option value="2">von Frey filament (electronic)</option>
<option value="">Randall-Seiltto (pressur)</option>
<option value="">PinPrick</option>
<option value="">Hargreave´s test</option>
<option value="">Hot plate</option>
<option value="">Tail flick test (Radiant heat)</option>
<option value="">Cold plate</option>
<option value="">Acetone evaporation test</option>
<option value="">Catwalk</option>
<option value="">Digigait</option>
<option value="">Other</option>
</select>
</div>
</div>
<!-- Textarea -->
<div class="form-group">
<label class="col-md-4 control-label" for="textarea">Optional Comments</label>
<div class="col-md-4">
<textarea class="form-control" id="textarea" name="textarea">Paste the exact device description from the pdf</textarea>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: