Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UCommWebforms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UCommWebforms
Commits
1f076c96
Commit
1f076c96
authored
13 years ago
by
Eric Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
Put the parking checkbox in the email
parent
5699206d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
www/landscape/outdoorevents/index.php
+5
-2
5 additions, 2 deletions
www/landscape/outdoorevents/index.php
www/landscape/outdoorevents/thankyou.php
+1
-1
1 addition, 1 deletion
www/landscape/outdoorevents/thankyou.php
with
6 additions
and
3 deletions
www/landscape/outdoorevents/index.php
+
5
−
2
View file @
1f076c96
...
@@ -61,8 +61,11 @@ if (!empty($_POST)) {
...
@@ -61,8 +61,11 @@ if (!empty($_POST)) {
$body
.
=
"<strong>Recycling Containers:</strong> "
.
$_POST
[
'recycle_number'
]
.
"<br/>"
;
$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/>"
;
if
(
isset
(
$_POST
[
'electricity'
]))
{
if
(
isset
(
$_POST
[
'electricity'
])
&&
$_POST
[
'electricity'
]
!=
0
)
{
$body
.
=
'<strong>Electricity Hookup:</strong> <font color="#8B4513">Please contact Building Systems Maintenance at 402-472-1550</font><br/>'
;
$body
.
=
'<strong>Electricity Hookup:</strong> Yes <font color="#8B4513">Please contact Building Systems Maintenance at 402-472-1550</font><br/>'
;
}
if
(
isset
(
$_POST
[
'parking'
])
&&
$_POST
[
'parking'
]
!=
0
)
{
$body
.
=
'<strong>Parking Needed:</strong> Yes <font color="#8B4513">Please contact Parking and Transit at 402-472-8436</font><br/>'
;
}
}
$body
.
=
"<h3>Other Information</h3>"
;
$body
.
=
"<h3>Other Information</h3>"
;
...
...
This diff is collapsed.
Click to expand it.
www/landscape/outdoorevents/thankyou.php
+
1
−
1
View file @
1f076c96
...
@@ -20,7 +20,7 @@ $page->titlegraphic = '<h1>Landscape Services</h1>';
...
@@ -20,7 +20,7 @@ $page->titlegraphic = '<h1>Landscape Services</h1>';
$page
->
pagetitle
=
'<h2>Outdoor Event Space Request</h2>'
;
$page
->
pagetitle
=
'<h2>Outdoor Event Space Request</h2>'
;
$page
->
maincontentarea
=
<<<EOF
$page
->
maincontentarea
=
<<<EOF
<h3>Thank you for submitting your request
,
we will contact you as to availability.</h3>
<h3>Thank you for submitting your request
. You should receive a confirmation email shortly and
we will contact you as to availability.</h3>
EOF;
EOF;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment