edit messages from form-data
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m2s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m2s
This commit is contained in:
parent
e85960b7b8
commit
f9df0e1037
1 changed files with 7 additions and 7 deletions
|
|
@ -137,13 +137,13 @@ function constructMessage()
|
|||
$message .= "<hr/><p><b>";
|
||||
$message .= "Kantone, in denen Sie eine Bewilligung (beantragt) haben";
|
||||
$message .= "</b><br/>";
|
||||
foreach ( $arrAllCantons as $abbreviation )
|
||||
{
|
||||
if ( isset(filter_input(INPUT_POST, $abbreviation)) )
|
||||
{
|
||||
$message .= filter_input(INPUT_POST, $abbreviation) . "<br/>";
|
||||
}
|
||||
}
|
||||
// foreach ( $arrAllCantons as $abbreviation )
|
||||
// {
|
||||
// if ( isset(filter_input(INPUT_POST, $abbreviation)) )
|
||||
// {
|
||||
// $message .= filter_input(INPUT_POST, $abbreviation) . "<br/>";
|
||||
// }
|
||||
// }
|
||||
|
||||
$message .= "</p>";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue