<% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("Contact_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(42) Dim arFormDBFields0(42) Dim arFormValues0(42) arFormFields0(0) = "_1_month" arFormDBFields0(0) = "_1_month" arFormValues0(0) = Request("_1_month") arFormFields0(1) = "Less_than_one_week" arFormDBFields0(1) = "Less_than_one_week" arFormValues0(1) = Request("Less_than_one_week") arFormFields0(2) = "Checkbox17" arFormDBFields0(2) = "Checkbox17" arFormValues0(2) = Request("Checkbox17") arFormFields0(3) = "Text15" arFormDBFields0(3) = "Text15" arFormValues0(3) = Request("Text15") arFormFields0(4) = "Not_applicable" arFormDBFields0(4) = "Not_applicable" arFormValues0(4) = Request("Not_applicable") arFormFields0(5) = "Checkbox18" arFormDBFields0(5) = "Checkbox18" arFormValues0(5) = Request("Checkbox18") arFormFields0(6) = "Text16" arFormDBFields0(6) = "Text16" arFormValues0(6) = Request("Text16") arFormFields0(7) = "Next_Week" arFormDBFields0(7) = "Next_Week" arFormValues0(7) = Request("Next_Week") arFormFields0(8) = "Checkbox19" arFormDBFields0(8) = "Checkbox19" arFormValues0(8) = Request("Checkbox19") arFormFields0(9) = "Text1" arFormDBFields0(9) = "Text1" arFormValues0(9) = Request("Text1") arFormFields0(10) = "Text17" arFormDBFields0(10) = "Text17" arFormValues0(10) = Request("Text17") arFormFields0(11) = "Next_Month" arFormDBFields0(11) = "Next_Month" arFormValues0(11) = Request("Next_Month") arFormFields0(12) = "Tomorrow" arFormDBFields0(12) = "Tomorrow" arFormValues0(12) = Request("Tomorrow") arFormFields0(13) = "Text18" arFormDBFields0(13) = "Text18" arFormValues0(13) = Request("Text18") arFormFields0(14) = "I_will_not_be_traveling_to_Medellin" arFormDBFields0(14) = "I_will_not_be_traveling_to_Medellin" arFormValues0(14) = Request("I_will_not_be_traveling_to_Medellin") arFormFields0(15) = "Text19" arFormDBFields0(15) = "Text19" arFormValues0(15) = Request("Text19") arFormFields0(16) = "TextArea1" arFormDBFields0(16) = "TextArea1" arFormValues0(16) = Request("TextArea1") arFormFields0(17) = "Checkbox20" arFormDBFields0(17) = "Checkbox20" arFormValues0(17) = Request("Checkbox20") arFormFields0(18) = "Text8" arFormDBFields0(18) = "Text8" arFormValues0(18) = Request("Text8") arFormFields0(19) = "Checkbox21" arFormDBFields0(19) = "Checkbox21" arFormValues0(19) = Request("Checkbox21") arFormFields0(20) = "Text9" arFormDBFields0(20) = "Text9" arFormValues0(20) = Request("Text9") arFormFields0(21) = "Checkbox22" arFormDBFields0(21) = "Checkbox22" arFormValues0(21) = Request("Checkbox22") arFormFields0(22) = "Today" arFormDBFields0(22) = "Today" arFormValues0(22) = Request("Today") arFormFields0(23) = "I_am_already_in_Medellin" arFormDBFields0(23) = "I_am_already_in_Medellin" arFormValues0(23) = Request("I_am_already_in_Medellin") arFormFields0(24) = "Checkbox23" arFormDBFields0(24) = "Checkbox23" arFormValues0(24) = Request("Checkbox23") arFormFields0(25) = "Text10" arFormDBFields0(25) = "Text10" arFormValues0(25) = Request("Text10") arFormFields0(26) = "Checkbox34" arFormDBFields0(26) = "Checkbox34" arFormValues0(26) = Request("Checkbox34") arFormFields0(27) = "Checkbox24" arFormDBFields0(27) = "Checkbox24" arFormValues0(27) = Request("Checkbox24") arFormFields0(28) = "Checkbox13" arFormDBFields0(28) = "Checkbox13" arFormValues0(28) = Request("Checkbox13") arFormFields0(29) = "Text11" arFormDBFields0(29) = "Text11" arFormValues0(29) = Request("Text11") arFormFields0(30) = "Checkbox35" arFormDBFields0(30) = "Checkbox35" arFormValues0(30) = Request("Checkbox35") arFormFields0(31) = "Checkbox25" arFormDBFields0(31) = "Checkbox25" arFormValues0(31) = Request("Checkbox25") arFormFields0(32) = "Text12" arFormDBFields0(32) = "Text12" arFormValues0(32) = Request("Text12") arFormFields0(33) = "Checkbox36" arFormDBFields0(33) = "Checkbox36" arFormValues0(33) = Request("Checkbox36") arFormFields0(34) = "This_Month" arFormDBFields0(34) = "This_Month" arFormValues0(34) = Request("This_Month") arFormFields0(35) = "_1_week" arFormDBFields0(35) = "_1_week" arFormValues0(35) = Request("_1_week") arFormFields0(36) = "_2_weeks" arFormDBFields0(36) = "_2_weeks" arFormValues0(36) = Request("_2_weeks") arFormFields0(37) = "Checkbox26" arFormDBFields0(37) = "Checkbox26" arFormValues0(37) = Request("Checkbox26") arFormFields0(38) = "Text13" arFormDBFields0(38) = "Text13" arFormValues0(38) = Request("Text13") arFormFields0(39) = "_3_weeks" arFormDBFields0(39) = "_3_weeks" arFormValues0(39) = Request("_3_weeks") arFormFields0(40) = "Checkbox27" arFormDBFields0(40) = "Checkbox27" arFormValues0(40) = Request("Checkbox27") arFormFields0(41) = "Checkbox38" arFormDBFields0(41) = "Checkbox38" arFormValues0(41) = Request("Checkbox38") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close FP_FormConfirmation "text/html; charset=windows-1252",_ "Form Confirmation",_ "Thank you for submitting the following information:",_ "Contact.htm",_ "Return to the form." End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> Medallo Limo! - Contact Us
          
Medallo Limo!

Contact Us                                                                                                       Established 2008

 
To help Medallo Limo! better serve you, please take a moment and answer the following questions regarding your travel plans to Medellin, Colombia.  The information provided below will be helpful to fully understand and organize your travel needs.

The information submitted below will be used exclusively to help us better our service to you.  The information submitted here will not be forwarded to any third party without the consent of the provider of the information.















When is your arrival to Medellin, Colombia?

Next Month       Tomorrow        I will not be traveling to Medellin
This Month        Today
Next Week       I am already in Medellin

How long will you stay in Medellin, Colombia?
1+ Month        1 Week
3 Weeks          Less than one week
2 Weeks          Not applicable

How many people will be traveling? (Include yourself in the count)
1    4
2    5+
3    Not applicable

Which service(s) will you be seeking upon arrival to Medellin, Colombia?
Airport Ground Transportation                         Real Estate Service
Hourly Ground Transportation/Sightseeing        Long-Distance Ground Transportation
Group Transportation (5+ people)                  None of the Above











First Name


Last Name

 
Street Address


City


State


Country




Email Address


Email Address 2


Home Telephone


Mobile Number


Office Telephone


Fax Number

















Contact Preference (Check All That Apply):
Email
    Home  
           Mobile       
   Office


                                                           
We apologize, this form is temporarily unavailable.  Please email requests to david@medallolimo.com.

Thank you.

You can count on Medallo Limo!

 

Home        About Us        Rates        Real Estate        Medallo Bus        Contact        Feedback        Forum        Useful Links