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

This commit is contained in:
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/>