mick-glow
12-12-2006, 10:18 AM
Hi All,
Seems i am not so clever as i thought, after our web designer/programmer shafted us i was left to finish off my wife's website to allow her to get "online". I have fixed up 2 of the 3 forms in use but am now stuck on the last form.
The problem i have with the last form is this, i can enter data into the form online however the info entered does not appear in the email i recieve once the form is posted.
This is my first shot at anything web related :confused: , am learning a bit about DHTML and HTML in general but most of the work for our website has been done using Frontpage. i have compared the 3 forms and all 3 differ from each other in relation to the code used for the WebBot line of code??
If someone can let me know what i need to post to get some advice i will get it uploaded for review, in the meantime the 3 forms can be seen in action at www.glowstudios.com.au , 2 forms in the Stationery side for ordering product and 1 in the make-up side for ordering services.
in the interim attached is the section of code in question if it will help.
Thanks,:eek:
<form method="POST" action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" u-file="_private\feedback.txt" s-format="TEXT/TSV" s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE" s-email-address="XXXXX@glowstudios.com.au" b-email-label-fields="TRUE" b-email-subject-from-field="FALSE" s-email-subject="Glow Studios Stationery Order Form" s-date-format="%d-%b-%Y" s-time-format="%H:%M %Z" s-builtin-fields="Date Time" s-form-fields="TodaysDate WeddingDate CustomerName PostalAddress EmailAddress BusinessPhone Mobile HomePhone DeliveryAddress ApproxDateRequired BridesParents GroomsParents BridesName GroomsName Church_CeremonyName Church_CeremonyAddress WeddingDay WeddingDate WeddingMonth WeddingYear CeremonyTime ReceptionVenue ReceptionAddress RecpetionTime RSVPDate RSVPMonth RSVPYear RSVP_ReplyName RSVP_ReplyAddress BrideandGroomsNameThankou BridesPhone GroomsPhone OtherPhoneName Dress SpecialInstructons DesignName DesignColour InkColour GeneralTypeStyle1 FeatureTypeStyle2 InvitationQuantity InviteWordingFormat InviteWordingSpecial InviteVersePhrase InviteVerseInviteCover InviteVerseInviteInsert InviteInsertStandard InviteInsertSheerWhiteVellum InviteEnvBlank InviteEnvPrinted RSVPQuantity ReplyWordingFromat ThankyouCardsQuantity ThankyouFlat ThankYouFolded ThankyouWordingFormat ThankyouWordingSpecial ThankYouEnvBlank ThankyouEnvPrinted ThankyouInsertInsideCover ThankyouInsertSheerVellum PlacecardsQuantity PlacecardsFormat PlacecardsStanardFirstName PlacecardsPrintedSurname OrderOfServiceQuantity OrderOfServiceFormat MenuQuantity MenuInsertsSpecial BomonierreCardQuantity BomonierreCardFormat OrderRibbon RibbonRolls PaymentCheque PaymentMoneyOrder PaymentDirectDeposit " u-confirmation-url="GuestTemplates.htm" -->
This is the code that is working fine
<form method="POST" action="--WEBBOT-SELF--" onSubmit="" name="BookingForm_MU.htm">
<!--webbot bot="SaveResults" s-email-format="TEXT/PRE" s-email-address="XXXXX@glowstudios.com.au" b-email-label-fields="TRUE" b-email-subject-from-field="FALSE" s-email-subject="Glow Studios Make-up Booking" s-builtin-fields u-confirmation-url="thankyou.htm" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><font face="Arial">
Seems i am not so clever as i thought, after our web designer/programmer shafted us i was left to finish off my wife's website to allow her to get "online". I have fixed up 2 of the 3 forms in use but am now stuck on the last form.
The problem i have with the last form is this, i can enter data into the form online however the info entered does not appear in the email i recieve once the form is posted.
This is my first shot at anything web related :confused: , am learning a bit about DHTML and HTML in general but most of the work for our website has been done using Frontpage. i have compared the 3 forms and all 3 differ from each other in relation to the code used for the WebBot line of code??
If someone can let me know what i need to post to get some advice i will get it uploaded for review, in the meantime the 3 forms can be seen in action at www.glowstudios.com.au , 2 forms in the Stationery side for ordering product and 1 in the make-up side for ordering services.
in the interim attached is the section of code in question if it will help.
Thanks,:eek:
<form method="POST" action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" u-file="_private\feedback.txt" s-format="TEXT/TSV" s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE" s-email-address="XXXXX@glowstudios.com.au" b-email-label-fields="TRUE" b-email-subject-from-field="FALSE" s-email-subject="Glow Studios Stationery Order Form" s-date-format="%d-%b-%Y" s-time-format="%H:%M %Z" s-builtin-fields="Date Time" s-form-fields="TodaysDate WeddingDate CustomerName PostalAddress EmailAddress BusinessPhone Mobile HomePhone DeliveryAddress ApproxDateRequired BridesParents GroomsParents BridesName GroomsName Church_CeremonyName Church_CeremonyAddress WeddingDay WeddingDate WeddingMonth WeddingYear CeremonyTime ReceptionVenue ReceptionAddress RecpetionTime RSVPDate RSVPMonth RSVPYear RSVP_ReplyName RSVP_ReplyAddress BrideandGroomsNameThankou BridesPhone GroomsPhone OtherPhoneName Dress SpecialInstructons DesignName DesignColour InkColour GeneralTypeStyle1 FeatureTypeStyle2 InvitationQuantity InviteWordingFormat InviteWordingSpecial InviteVersePhrase InviteVerseInviteCover InviteVerseInviteInsert InviteInsertStandard InviteInsertSheerWhiteVellum InviteEnvBlank InviteEnvPrinted RSVPQuantity ReplyWordingFromat ThankyouCardsQuantity ThankyouFlat ThankYouFolded ThankyouWordingFormat ThankyouWordingSpecial ThankYouEnvBlank ThankyouEnvPrinted ThankyouInsertInsideCover ThankyouInsertSheerVellum PlacecardsQuantity PlacecardsFormat PlacecardsStanardFirstName PlacecardsPrintedSurname OrderOfServiceQuantity OrderOfServiceFormat MenuQuantity MenuInsertsSpecial BomonierreCardQuantity BomonierreCardFormat OrderRibbon RibbonRolls PaymentCheque PaymentMoneyOrder PaymentDirectDeposit " u-confirmation-url="GuestTemplates.htm" -->
This is the code that is working fine
<form method="POST" action="--WEBBOT-SELF--" onSubmit="" name="BookingForm_MU.htm">
<!--webbot bot="SaveResults" s-email-format="TEXT/PRE" s-email-address="XXXXX@glowstudios.com.au" b-email-label-fields="TRUE" b-email-subject-from-field="FALSE" s-email-subject="Glow Studios Make-up Booking" s-builtin-fields u-confirmation-url="thankyou.htm" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><font face="Arial">