<p>Sign up to receive monthly Responsive Emails highlights. <!-- <a href="#">Read Last Month's Edition »</a> --></p>
</div>
<div class="large-5 columns">
- <form>
+ <form id="emailForm" method="post" action="coming-soon.php">
<div class="row collapse">
<div class="large-9 small-8 columns">
- <input id="emailForm" type="text" placeholder="signup@example.com">
+ <input name="email" type="text" placeholder="signup@example.com">
</div>
<div class="large-3 small-4 columns">
<button type="submit" class="small button expand" id="emailSubmit">Submit</button>
}.bind(this), Math.floor((Math.random()*10)+1)*500);
});
-$(document).on('click', '#emailSubmit', function(e) {
- e.preventDefault();
- if($('#emailForm').val()) {
- $.post('newsletter.php', {email: $('#emailForm').val()}, function(){alert("Welcome to the Octopus' Garden. You're signed up for Ink news!");});
- }
-});
-
var original = '';
$('#appendQuery').on('click', function(){