%
if request.form("submit") = "submit" then
orderElements = "subject,theName,email,phone,contact_preference,comments"
theOrder = split(orderElements,",")
for i = 0 to ubound(theOrder)
if request.form(theOrder(i)) <> "submit" and request.form(theOrder(i)) <> "reset" and request.form(theOrder(i)) <> "" then body = body&""&theOrder(i)&": "&request.form(theOrder(i))&"
"&chr(13)
Next
set objmail = CreateObject("CDO.Message")
objmail.to = "pbmoi@bellsouth.net"
if request.form("email") = "" then
objmail.from = "server@westpalmbeachcarnival.com"
else
objmail.from = request.form("email")
end if
objmail.bcc = "brad@caribbeanentertainment.com"
objmail.subject = "From WPB Carnival - "&request.form("subject")
objmail.HTMLBody = body
objmail.send
set objmail = nothing
gotForm = "Success"
if request.form("returnpage") <> "" then response.Redirect("successful.html")
end if
%>
| The Palm Beach Multicultural Organization Presents The 3rd Annual West Palm Beach Carnival Saturday June 19th 2010 • The Meyer Amphitheatre |
||||||||||||||||||||||||||||||||||||||||||
![]() |
||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
| HOME • EVENTS • ABOUT • VENDORS • MEDIA • SPONSORS • LINKS • GUESTBOOK • TELL A FRIEND • CONTACT | ||||||||||||||||||||||||||||||||||||||||||