Skip to content

Commit d4ba595

Browse files
committed
moved button to its own row.
1 parent 95433d9 commit d4ba595

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dev/index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset="utf-8">
6-
<title>AngularWebComponent</title>
6+
<title>Acme Care Example - Fasten Connect</title>
77
<base href="/">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
@@ -296,11 +296,15 @@ <h1 id="header_53" class="form-header" data-component="header">New Patient Regis
296296
<input type="text" id="input_30" name="q30_primaryCare" data-type="input-textbox" class="form-textbox" data-defaultvalue="" style="width:310px" size="310" data-component="textbox" aria-labelledby="label_30" value="" />
297297
</div>
298298
</li>
299+
300+
<li class="form-line" data-type="control_textbox" id="id_31">
301+
<label class="form-label form-label-left form-label-auto" id="label_31" for="input_30" aria-hidden="false"> Attach Medical Records</label>
302+
<fasten-stitch public-key="pub_test_123456324234234"></fasten-stitch>
303+
</li>
299304
<li class="form-line" data-type="control_button" id="id_52">
300305
<div id="cid_52" class="form-input-wide" data-layout="full">
301306
<div data-align="center" class="form-buttons-wrapper form-buttons-center jsTest-button-wrapperField">
302307
<button type="button" class="form-submit-button submit-button jf-form-buttons jsTest-submitField " data-component="button" data-content="">Submit Form</button>
303-
<fasten-stitch></fasten-stitch>
304308
</div>
305309
</div>
306310
</li>

0 commit comments

Comments
 (0)