Hello,
I'm a complete noob at this sort of thing, so forgive me if this is an obvious question.
I basically copied the HTML for the widgets from documentation page into my webpage. I have no idea where the user's email goes when they enter their email into the email box next to the Notify Me button
http://www.gavick.com/demo/wordpress/bluap/ Here is the code for the form that is included in the documentation:
- Code: Select all
<div data-width="50">
<h3><strong>Keep</strong> in touch with us</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ornare porttitor diam, a accumsan justo laoreet.</p>
<form action="#" class="gk-form">
<input type="email" placeholder="e-mail address...">
<input type="submit" class="button bordered" value="Notify me">
</form>
</div>
Thanks!