refactor: rename selections, add a new selection, require specifics for custom (#5296)
continuous-integration/drone/push Build is passing

Reviewed-on: #5296
Co-authored-by: hl <hl@fsfe.org>
Co-committed-by: hl <hl@fsfe.org>
This commit was merged in pull request #5296.
This commit is contained in:
hl
2025-09-11 12:31:47 +00:00
committed by tobiasd
parent 7cd71b4990
commit 32a38cf5a4
2 changed files with 12 additions and 9 deletions
+4 -3
View File
@@ -101,13 +101,14 @@ On this page, you'll find an overview of our available materials and detailed in
<legend>Compose your package</legend>
<div>
<span class="formlabel">Package selection*:</span>
<label for="basicsticker"><input type="radio" name="packagetype" id="basicsticker" value="basicsticker" required="required"/>Basic: Our most popular stickers.</label>
<label for="basicpostcard"><input type="radio" name="packagetype" id="basicpostcard" value="basicpostcard" required="required"/>Basic Plus: Our most popular stickers and some of our postcards.</label>
<label for="basicsticker"><input type="radio" name="packagetype" id="basicsticker" value="basicsticker" required="required"/>My Laptop: Our most popular stickers.</label>
<label for="basicpostcard"><input type="radio" name="packagetype" id="basicpostcard" value="basicpostcard" required="required"/>I Want Postcards: Our most popular postcards.</label>
<label for="morestickers"><input type="radio" name="packagetype" id="morestickers" value="morestickers" required="required"/>Stickers for me and my friend: Twice the amount of our most popular stickers.</label>
<label for="standard"><input type="radio" name="packagetype" id="standard" value="standard" required="required"/>Standard: The basic FSFE promotional material kit with all of our stickers, postcards, and posters. Select <em>Custom</em> if you would like to set preferences.</label>
<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..."/>
<textarea name="specifics" rows="6" cols="40" placeholder="For example: Only leaflets explaining Free Software, no posters..." required="required"/>
</div>
</label>
</div>