This commit is contained in:
parent
0e6bb27f18
commit
9530ef1fdf
@ -27,7 +27,7 @@
|
||||
|
||||
<form class="form-inline" id="formnl" name="formnl" method="POST" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="{$lang}"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<input type="input" style="display: none !important" name="password" tabindex="-1" autocomplete="off"/>
|
||||
<input id="yourname" name="name" type="text" required="required" placeholder="{$yourname}"/>
|
||||
<input id="email" name="email1" type="email" required="required" placeholder="{$email}"/>
|
||||
<fsfe-cd-referrer-input/>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="de"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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="Ihr Name" required="required"/>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="el"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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="Το όνομα σου" required="required"/>
|
||||
</div>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="en"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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="Your name" required="required"/>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="es"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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="Tu Nombre" required="required"/>
|
||||
</div>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="fr"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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="Votre nom" required="required"/>
|
||||
</div>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<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" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="nl"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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="Uw naam" required="required"/>
|
||||
</div>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<form class="form-inline" method="post" action="https://my.fsfe.org/subscribe">
|
||||
<input type="hidden" name="language" value="pt"/>
|
||||
<input type="input" style="display: none !important" name="password" value="1" tabindex="-1" autocomplete="off"/>
|
||||
<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="O seu nome" required="required"/>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user