x
1
2
3
4
5
6
7
8
9
10
11
12
<div class="c-newsletter-signup"> <h2>Learn newsletter</h2> Keep up with all of the education news from the Raspberry Pi Foundation. <form action="" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="10cg55YKUWgtiAGZdFAkQ7A4ZyOTy3KtSiW-t1zlq-JCHYuIbaaKMhk-kIugB6FnKPMrAYXACRv5YEBUvp0JFA" autocomplete="off" /> <label class="c-newsletter-signup__email-label" for="email">Email address</label> <input class="c-newsletter-signup__input-field" placeholder="joanna@bloggs.com" required="required" type="email" name="email" id="email" /> <label class="c-newsletter-signup__privacy_label" for="gdpr"> <input class="c-newsletter-signup__checkbox-field" required="required" type="checkbox" value="Y" name="gdpr" id="gdpr" /> <span>I agree to my data being processed in accordance with <a href='https://raspberrypi.org/privacy'>the Raspberry Pi Foundation's privacy statement</a>.</span> </label> <input type="submit" name="commit" value="Subscribe" data-disable-with="Subscribe" /> </form></div>1
2
3
4
5
6
7
8
c( 'site/newsletter_signup', { title:, copy:, form_url: '' })No notes provided.
| Param | Description | Input |
|---|---|---|
|
The title to display in the hero |
|
|
|
The copy to display in the hero |
|