-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal_confirmation.html
More file actions
34 lines (31 loc) · 1.21 KB
/
final_confirmation.html
File metadata and controls
34 lines (31 loc) · 1.21 KB
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
<!DOCTYPE html>
<html>
<head>
<!--<link rel="shortcut icon" href="../favicon.ico">-->
<link rel="stylesheet" type="text/css" href="/newstatic/stylesheets/yellowstyle.css" />
<title>Pls Hurry Up</title>
</head>
<body>
<div class="container">
<header class="clearfix">
<h1>Almost Done</h1>
</header>
<div class="main" >
<form class="form" method="POST" action = "/final">
<div class="column" >
<label for="first_name">Your Full Name</label>
<input type="text" id="first_name" name="sender_name" placeholder="Jonathan Doe">
<label for="last_name">Your Email</label>
<label for="email">Recipient's Full Name</label>
<input type="text" id="email" name="rec_name" placeholder="Lee M. Cardholder">
<label for="email">Recipient's Address</label>
<input name="key" value = "{{ templatekey }}" type="hidden">
</div>
<div class="submit-wrap"><input class="submit" type="submit" value="Send Pls" /></div>
</form>
</div>
</div>
</body>
</html>