All checks were successful
continuous-integration/drone/pr Build is passing
This sets the category of the subscriber per default to individual. The field is now mandatory since the donation form changed
31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<data>
|
|
<version>3</version>
|
|
|
|
<module>
|
|
<div class="banner-subscribe">
|
|
<p>
|
|
Iscriviti ai nostri aggiornamenti per email. I nostri esperti ti
|
|
informeranno sulle notizie più recenti, gli eventi, le attività e su come partecipare <span style="font-size:0.8em">(la nostra <a href="/about/legal/imprint.html#id-privacy-policy"><span style="color:white; text-decoration: underline;">Privacy Policy</span></a>)</span>.
|
|
</p>
|
|
|
|
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
|
<input type="hidden" name="language" value="it"/>
|
|
<input type="input" style="display: none !important" name="password" tabindex="-1" autocomplete="off"/>
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" name="name" placeholder="Il tuo nome" required="required"/>
|
|
</div>
|
|
<div class="form-group">
|
|
<input type="email" class="form-control" name="email1" placeholder="Il tuo indirizzo email" required="required"/>
|
|
</div>
|
|
<fsfe-cd-referrer-input/>
|
|
<input type="hidden" name="wants_info" value="yes"/>
|
|
<input type="hidden" name="wants_newsletter_info" value="yes"/>
|
|
<input type="hidden" name="category" value="i"/>
|
|
<button class="btn btn-default" type="submit">Voglio rimanere informato</button>
|
|
</form>
|
|
</div>
|
|
</module>
|
|
</data>
|