SIGN UP TO OUR NEWSLETTER

<form action="/cart/add" method="post"> <input type="hidden" name="id" value="{{ product.id }}" /> <label for="name">Name</label> <input type="text" name="name" id="name" /> <label for="email">Email</label> <input type="email" name="email" id="email" /> <input type="submit" value="Submit" /> </form>