Sundry Invest Newsletter Form
extra credit
by Ken Sprague
HTML
<form action="thankyou.php">
<div class="container">
<h1><strong>Subscribe to our Newsletter</strong></h1>
<p>This school project in currently in the development stages. As I progress through my training I will be unlocking different features of the site. Sundry Investments is currently in phase 1, and I'm experimenting with several responsive frameworks.
The second phase I'll begin to add resources and content regarding the collectibles market. If you're interested in following the progress please reach out to me through social media.</p>
<h2><em>Happy Collecting! -Ken</em></h2>
</div>
<div class="container" style="background-color:white">
<input type="text" placeholder="Name" name="name" required>
<input type="text" placeholder="Email address" name="mail" required>
<label>
<input type="checkbox" checked="checked" name="subscribe"> Weekly Updates
</label>
</div>
<div class="container">
<a href="thankyou.php"><input type="submit" value="Subscribe"></a>
</div>
</form>