update info material order (#5174)
continuous-integration/drone/push Build is passing

Updated the info material order form to include the new refined package sizes.

Reviewed-on: #5174
Co-authored-by: Tobias Diekershoff <tobiasd@fsfe.org>
Co-committed-by: Tobias Diekershoff <tobiasd@fsfe.org>
This commit was merged in pull request #5174.
This commit is contained in:
2025-07-25 09:08:13 +00:00
committed by tobiasd
parent 6279b68817
commit 1664a05a6e
2 changed files with 14 additions and 5 deletions
+8 -2
View File
@@ -137,8 +137,14 @@ $msg_to_staff .= "{$_POST['street']}\n" .
"\n" .
"Specifics of the Order:\n";
# Default or custom package?
if ($_POST['packagetype'] == 'default') {
$msg_to_staff .= "Default package: Something from everything listed here, depending on size, language selection and availability.\n";
if ($_POST['packagetype'] == 'standard') {
$msg_to_staff .= "Standard package: Something from everything listed here, depending on size, language selection and availability.\n";
} else if ($_POST['packagetype'] == 'standardplus') {
$msg_to_staff .= "Standard Plus package: Something from everything listed here, depending on size, language selection and availability.\n";
} else if ($_POST['packagetype'] == 'basicsticker') {
$msg_to_staff .= "Small package with stickers.\n";
} else if ($_POST['packagetype'] == 'basicpostcard') {
$msg_to_staff .= "Small package with stickers and postcards.\n";
} else {
$msg_to_staff .= "Custom package:\n" .
"{$_POST['specifics']}\n";
+6 -3
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- @TRANSLATORS: PLEASE DON'T TRANSLATE THIS FILE YET. IT IS SUBJECT TO CHANGE DURING THE NEXT WEEKS -->
<html>
<version>4</version>
<version>5</version>
<head>
<title>Spread the word</title>
@@ -75,7 +75,7 @@
European Economic Area (EEA)</strong>. If you need more, please ask in advance.
</p>
<h3 id="booth-preparation" class="noclear">Booth Preparation</h3>
<h3 id="booth-preparation" class="noclear">Event Preparation</h3>
<p>
If you need material about the FSFE and our activities for your event, please
@@ -121,7 +121,10 @@
<legend>Compose your package</legend>
<div>
<span class="formlabel">Package selection*:</span>
<label for="default"><input type="radio" name="packagetype" id="default" value="default" required="required"/>Default: Something from everything listed here, depending on size, language selection and availability. Select <em>Custom</em> if you would like to set preferences.</label>
<label for="basicsticker"><input type="radio" name="packagetype" id="basicsticker" value="basicsticker" required="required"/>Basic: Small package with stickers.</label>
<label for="basicpostcard"><input type="radio" name="packagetype" id="basicpostcard" value="basicpostcard" required="required"/>Basic Plus: Small package with stickers and postcards.</label>
<label for="standard"><input type="radio" name="packagetype" id="standard" value="standard" required="required"/>Standard: Something from everything listed here, depending on size, language selection and availability. Select <em>Custom</em> if you would like to set preferences.</label>
<label for="standardplus"><input type="radio" name="packagetype" id="standardplus" value="standardplus" required="required"/>Standard Plus: Something more from everything listed here, depending on size, language selection and availability. If you need some extra for sharing with friends and colleagues.</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">