refactor: remove one text area, notify that "Custom" needs content (#5304)
continuous-integration/drone/push Build is passing

Reviewed-on: #5304
This commit was merged in pull request #5304.
This commit is contained in:
hl
2025-09-11 12:53:57 +00:00
parent 5becf8ac4e
commit 9d3f546706
+1 -5
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..." />
<textarea name="specifics" rows="6" cols="40" placeholder="For example: Only leaflets explaining Free Software, no posters... Don't forget to fill this out!" />
</div>
</label>
</div>
@@ -142,10 +142,6 @@ On this page, you'll find an overview of our available materials and detailed in
</fieldset>
<fieldset>
<legend>Last steps</legend>
<div>
<span class="formlabel">Additional comment:</span>
<textarea name="comment" rows="2" cols="40"/>
</div>
<div>
<input type="text" name="address" placeholder="Which address shall be used?" size="20" class="special"/>
</div>