Remove default value
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Linus Sehn 2023-06-13 14:38:22 +02:00
parent 0e6bb27f18
commit 9530ef1fdf
9 changed files with 9 additions and 9 deletions

View File

@ -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/>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>