-
Notifications
You must be signed in to change notification settings - Fork 0
/
signupdonate2.html
28 lines (18 loc) · 1003 Bytes
/
signupdonate2.html
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
<div class="row">
<div class="col-lg-6 col-lg-offset-3 text-center">
<form method="post" action="signupdonate2.php" class="form-horizontal">
<p class="question">Where is <?php echo $_SESSION['DonateOrg']; ?> located?</p>
<div class="col-lg-8">
<span class="text-danger"><?php echo $error['Name']; ?></span>
<input class="big-input" type="text" name="DonateOrgLocation" value="" placeholder="Location">
</div>
<div class="form-group">
<div class="col-lg-8 col-lg-offset-2 buttons">
<button onclick="history.go(-1);" type="reset" class="btn btn-default">Back</button>
<input type="submit" name="Next" value="Next" class="btn btn-primary">
</div>
</div>
</form>
</div>
</div>
<!-- /.row -->