fix form
continuous-integration/drone/push Build is passing

the required tag worked on local test but not in production
This commit is contained in:
2025-09-11 14:38:18 +02:00
parent 32a38cf5a4
commit 5becf8ac4e
+1 -1
View File
@@ -108,7 +108,7 @@ On this page, you'll find an overview of our available materials and detailed in
<div>
<label for="custom"><input type="radio" name="packagetype" id="custom" value="custom" required="required"/>Custom: You can set preferences, e.g. specific campaigns or the type of promotion materials. Unfortunately we cannot guarantee to fulfill all wishes.
<div class="reveal">
<textarea name="specifics" rows="6" cols="40" placeholder="For example: Only leaflets explaining Free Software, no posters..." required="required"/>
<textarea name="specifics" rows="6" cols="40" placeholder="For example: Only leaflets explaining Free Software, no posters..." />
</div>
</label>
</div>