<%@ Language="VBScript" %> <% %> TopSpin Putter - Experience the innovative putter TopSpin
Contact us
If you have any immediate questions while shopping, please visit our Help page to help make your shopping experience on GolfTopSpin.com as fun and easy as possible!

If there are ways that we can better help you, please don't hesitate to let us know. You may contact us through whatever means is most convenient for you. Please see the contact information below.


Web Site Support:support@GolfTopSpin.com
163 East Union Ave.
East Rutherford, NJ 07073

If you would like to check on your order status, you may visit our web site and click login. If any problem occurs, please let us know via one of contact methods above.

<% If Trim(Request.Form ("ContactName")) <> "" Then 'SendEmail(Subject, BodyText, FromName, FromMail, ToName, ToMail) FromName = Trim(Request.Form ("ContactName")) FromMail = Trim(Request.Form ("Email")) Inquiry = Trim(Request.Form ("Inquiry")) OrderNum = Trim(Request.Form ("OrderNum")) ToName = "GolfTopSpin.com" ToMail = "support@GolfTopSpin.com" 'ToMail = "jacob@barscarves.com" Subject = Trim(Request.Form ("Inquiry")) BodyText = "Message from via GolfTopSpin.com
Name: " & FromName & "
E-mail: " & FromMail & "
Inquiry: " & Inquiry & "
Order #: " & OrderNum & _ "

" & Trim(Request.Form ("Msg")) SendEmail Subject, BodyText, FromName, FromMail, ToName, ToMail Show "

Thank you, " & Trim(Request.Form ("ContactName")) & " for your interest. Your message has been sent to our customer support specialist and We will contact you if necessary." Else %>

  Contact Form
Your Name: *
Your E-mail Address: *
Order Number (if applicable):
Questions or Comments about: *
*
   

Note: We respect your privacy. We will not give your e-mail address to any third-party
and your e-mail address will not be used for third partys' advertising purposes.


<% End If %>