Phone: 704-935-5101 Fax: 704-935-5106
<%
If request("message")="1" then
response.write "Thank you for submitting the contact form a customer service representative will contact you shortly."
End if
If request("message")="2" then
response.write "
Please fill out your email address."
End if
If request("message")="3" then
response.write "Please fill out your Company."
End if
If request("message")="4" then
response.write "Please fill out your First Name."
End if
If request("message")="5" then
response.write "Please fill out your Phone."
End if
If request("message")="" then
response.write " Please fill out this brief form and a event specialist from Sir Cater Catering will contact you within twenty four hours to set up an appointment to customize your occasion.
* All fields with a red asterisk are required."
End if
%>