%' 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 = 28591
Session.LCID = 1033
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("coupleregister_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(51)
Dim arFormDBFields0(51)
Dim arFormValues0(51)
arFormFields0(0) = "weightloss"
arFormDBFields0(0) = "weightloss"
arFormValues0(0) = Request("weightloss")
arFormFields0(1) = "petsite"
arFormDBFields0(1) = "petsite"
arFormValues0(1) = Request("petsite")
arFormFields0(2) = "bridefname"
arFormDBFields0(2) = "bridefname"
arFormValues0(2) = Request("bridefname")
arFormFields0(3) = "weddingcakes"
arFormDBFields0(3) = "weddingcakes"
arFormValues0(3) = Request("weddingcakes")
arFormFields0(4) = "photographer"
arFormDBFields0(4) = "photographer"
arFormValues0(4) = Request("photographer")
arFormFields0(5) = "tuxedos"
arFormDBFields0(5) = "tuxedos"
arFormValues0(5) = Request("tuxedos")
arFormFields0(6) = "decorations"
arFormDBFields0(6) = "decorations"
arFormValues0(6) = Request("decorations")
arFormFields0(7) = "consultants"
arFormDBFields0(7) = "consultants"
arFormValues0(7) = Request("consultants")
arFormFields0(8) = "weddingdetails"
arFormDBFields0(8) = "weddingdetails"
arFormValues0(8) = Request("weddingdetails")
arFormFields0(9) = "bridehometown"
arFormDBFields0(9) = "bridehometown"
arFormValues0(9) = Request("bridehometown")
arFormFields0(10) = "cpv"
arFormDBFields0(10) = "cpv"
arFormValues0(10) = Request("cpv")
arFormFields0(11) = "videographer"
arFormDBFields0(11) = "videographer"
arFormValues0(11) = Request("videographer")
arFormFields0(12) = "jewelry"
arFormDBFields0(12) = "jewelry"
arFormValues0(12) = Request("jewelry")
arFormFields0(13) = "invitations"
arFormDBFields0(13) = "invitations"
arFormValues0(13) = Request("invitations")
arFormFields0(14) = "danceinstructors"
arFormDBFields0(14) = "danceinstructors"
arFormValues0(14) = Request("danceinstructors")
arFormFields0(15) = "barservicees"
arFormDBFields0(15) = "barservicees"
arFormValues0(15) = Request("barservicees")
arFormFields0(16) = "website"
arFormDBFields0(16) = "website"
arFormValues0(16) = Request("website")
arFormFields0(17) = "engagementstory"
arFormDBFields0(17) = "engagementstory"
arFormValues0(17) = Request("engagementstory")
arFormFields0(18) = "weddingdate"
arFormDBFields0(18) = "weddingdate"
arFormValues0(18) = Request("weddingdate")
arFormFields0(19) = "couplesstate"
arFormDBFields0(19) = "couplesstate"
arFormValues0(19) = Request("couplesstate")
arFormFields0(20) = "groomemail"
arFormDBFields0(20) = "groomemail"
arFormValues0(20) = Request("groomemail")
arFormFields0(21) = "bridehomestate"
arFormDBFields0(21) = "bridehomestate"
arFormValues0(21) = Request("bridehomestate")
arFormFields0(22) = "usernum"
arFormDBFields0(22) = "usernum"
arFormValues0(22) = Request("usernum")
arFormFields0(23) = "pets"
arFormDBFields0(23) = "pets"
arFormValues0(23) = Request("pets")
arFormFields0(24) = "coupleszip"
arFormDBFields0(24) = "coupleszip"
arFormValues0(24) = Request("coupleszip")
arFormFields0(25) = "groomphone"
arFormDBFields0(25) = "groomphone"
arFormValues0(25) = Request("groomphone")
arFormFields0(26) = "favors"
arFormDBFields0(26) = "favors"
arFormValues0(26) = Request("favors")
arFormFields0(27) = "bridelname"
arFormDBFields0(27) = "bridelname"
arFormValues0(27) = Request("bridelname")
arFormFields0(28) = "lodging"
arFormDBFields0(28) = "lodging"
arFormValues0(28) = Request("lodging")
arFormFields0(29) = "groomhometown"
arFormDBFields0(29) = "groomhometown"
arFormValues0(29) = Request("groomhometown")
arFormFields0(30) = "honeymoondetails"
arFormDBFields0(30) = "honeymoondetails"
arFormValues0(30) = Request("honeymoondetails")
arFormFields0(31) = "couplescity"
arFormDBFields0(31) = "couplescity"
arFormValues0(31) = Request("couplescity")
arFormFields0(32) = "transportation"
arFormDBFields0(32) = "transportation"
arFormValues0(32) = Request("transportation")
arFormFields0(33) = "florists"
arFormDBFields0(33) = "florists"
arFormValues0(33) = Request("florists")
arFormFields0(34) = "groomfname"
arFormDBFields0(34) = "groomfname"
arFormValues0(34) = Request("groomfname")
arFormFields0(35) = "receptionsite"
arFormDBFields0(35) = "receptionsite"
arFormValues0(35) = Request("receptionsite")
arFormFields0(36) = "eventplanner"
arFormDBFields0(36) = "eventplanner"
arFormValues0(36) = Request("eventplanner")
arFormFields0(37) = "beauty"
arFormDBFields0(37) = "beauty"
arFormValues0(37) = Request("beauty")
arFormFields0(38) = "brideemail"
arFormDBFields0(38) = "brideemail"
arFormValues0(38) = Request("brideemail")
arFormFields0(39) = "rehearsaldinner"
arFormDBFields0(39) = "rehearsaldinner"
arFormValues0(39) = Request("rehearsaldinner")
arFormFields0(40) = "banddj"
arFormDBFields0(40) = "banddj"
arFormValues0(40) = Request("banddj")
arFormFields0(41) = "bridephone"
arFormDBFields0(41) = "bridephone"
arFormValues0(41) = Request("bridephone")
arFormFields0(42) = "caterers"
arFormDBFields0(42) = "caterers"
arFormValues0(42) = Request("caterers")
arFormFields0(43) = "emailcontact"
arFormDBFields0(43) = "emailcontact"
arFormValues0(43) = Request("emailcontact")
arFormFields0(44) = "couplescountry"
arFormDBFields0(44) = "couplescountry"
arFormValues0(44) = Request("couplescountry")
arFormFields0(45) = "secretword"
arFormDBFields0(45) = "secretword"
arFormValues0(45) = Request("secretword")
arFormFields0(46) = "couplesaddress"
arFormDBFields0(46) = "couplesaddress"
arFormValues0(46) = Request("couplesaddress")
arFormFields0(47) = "honeymoons"
arFormDBFields0(47) = "honeymoons"
arFormValues0(47) = Request("honeymoons")
arFormFields0(48) = "wedlocation"
arFormDBFields0(48) = "wedlocation"
arFormValues0(48) = Request("wedlocation")
arFormFields0(49) = "groomhomestate"
arFormDBFields0(49) = "groomhomestate"
arFormValues0(49) = Request("groomhomestate")
arFormFields0(50) = "groomlname"
arFormDBFields0(50) = "groomlname"
arFormValues0(50) = Request("groomlname")
FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0
If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then
FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type"
End If
If Request.ServerVariables("REMOTE_HOST") <> "" Then
FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name"
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=iso-8859-1",_
"Form Confirmation",_
"Thank you for submitting the following information:",_
"coupleregister.htm",_
"Return to the form."
End If
End If
Session.CodePage = Session("FP_OldCodePage")
Session.LCID = Session("FP_OldLCID")
%>
Registration Page for Couples
" Your Special Day deserves a Special
place"
"TODAY" is your special day. Why not let
the world know what you are all about.
Internet
Wedding Planner
Couple Membership Registration
Congratulations on becoming a member of Internet Wedding Planner. The
form below will register you as a member and list services/products that
you are looking for or researching. As sponsors join our site, you will
be matched up with them so you can contact you if you are interested.
If you have any questions or concerns, first please check
the FAQ page and if you still do not find your answer, please feel free
to contact us at:
MembersFAQ@InternetWeddingPlanner.com