-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbasic.html
30 lines (25 loc) · 1.02 KB
/
basic.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
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Custom Campaign Monitor Subscribe Button</title>
<link href="css/basic.css" rel="stylesheet" type="text/css" />
<meta name="author" content="Buzz Usborne - www.buzzusborne.com">
</head>
<!-- Button -->
<a data-toggle="modal" data-target="#modal" href="#">Subscribe to our newsletter</a>
<!-- Modal -->
<div id="modal" class="modal hide">
<form action="http://delivery.prevue.it/t/r/s/jdditkj/" method="post" id="subForm">
<h1>Sign up to our newsletter</h1>
<input type="text" name="cm-name" placeholder="Your name" />
<input type="text" name="cm-jdditkj-jdditkj" id="email" placeholder="and your email" />
<button type="submit" value="Subscribe">Subscribe</button>
</form>
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- Twitter Bootstrap Modal: http://twitter.github.io/bootstrap/javascript.html#modals -->
<script src="js/modal.js"></script>
</body>
</html>