diff --git a/static/php/message.php b/static/php/message.php index a1208d6..ca70307 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -130,6 +130,24 @@ function constructMessage() $message .= $servername . "
"; } + // form inputs cantons - only FPP + $arrAllCantons = [ "AG", "AI", "AR", "BE", "BL", "BS", "FR", "GE", "GL", "GR", "JU", "LU", "NE", "NW", "OW", "SG", "SH", "SO", "SZ", "TG", "UR", "VD", "VS", "ZG", "ZH" ]; + if ( ! isset($organisation) && $lang == "DE" ) + { + $message .= "";
+ $message .= "Kantone, in denen Sie eine Bewilligung (beantragt) haben";
+ $message .= "
";
+ foreach ( $arrAllCantons as $abbreviation )
+ {
+ if ( isset(filter_input(INPUT_POST, $abbreviation)) )
+ {
+ $message .= filter_input(INPUT_POST, $abbreviation) . "
";
+ }
+ }
+
+ $message .= "