Good morning,
I notice that the form (please see here in the footer on the right) is no longer subscribing. When I fill in the email and click on Sign up, nothing happen.
The code that I use is:
`<p>
<label>Email address: </label>
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</p>
<p>
<label>
<input name=”AGREE_TO_TERMS” type=”checkbox” value=”1″ required=””>I have read and agree to the terms & conditions</label>
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>.
Could you kindly give me suggestion if possible? Thank you
giovanni