Skip to content
Snippets Groups Projects
Commit d73262e5 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Add recycling, electricity notice to email

parent 3ab574b1
Branches
No related tags found
No related merge requests found
...@@ -31,10 +31,13 @@ if (!empty($_POST)) { ...@@ -31,10 +31,13 @@ if (!empty($_POST)) {
$body .= "<strong>Home Phone:</strong> " . $_POST['home'] . "<br/>"; $body .= "<strong>Home Phone:</strong> " . $_POST['home'] . "<br/>";
$body .= "<strong>Fax:</strong> " . $_POST['fax'] . "<br/>"; $body .= "<strong>Fax:</strong> " . $_POST['fax'] . "<br/>";
$body .= "<h3>Event Requirements</h3>"; $body .= "<h3>Additional Event Requests</h3>";
$body .= "<strong>Recycling Containers:</strong> " . $_POST['recycle_number'] . "<br/>";
$body .= "<strong>Litter Containers:</strong> " . $_POST['litter_number'] . "<br/>"; $body .= "<strong>Litter Containers:</strong> " . $_POST['litter_number'] . "<br/>";
$body .= "<strong>Picnic Tables:</strong> " . $_POST['picnic_number'] . "<br/>"; $body .= "<strong>Picnic Tables:</strong> " . $_POST['picnic_number'] . "<br/>";
$body .= "<strong>Electricity Hookup:</strong> " . $_POST['electricity'] . "<br/>"; if ($_POST['electricity']) {
$body .= '<strong>Electricity Hookup:</strong> <font color="#8B4513">Please contact Building Systems Maintenance at 402-472-1550</font><br/>';
}
$body .= "<h3>Other Information</h3>"; $body .= "<h3>Other Information</h3>";
$body .= "<strong>Bad Weather Contingency:</strong> " . $_POST['weather'] . "<br/>"; $body .= "<strong>Bad Weather Contingency:</strong> " . $_POST['weather'] . "<br/>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment