Forums
This topic is locked
How do I let the form to be submitted by mail?
13 Feb 2002 23:10:19 Igor B posted:
I have succesfully made a shoppingcart-system using UDcart.On the viewcart.asp page you can see what is in the cart. If a customer wants to order it he goes to the checkout.asp page. There he will see the cart content (same as viewcart.asp page)and a form that he has to fill in (in the same formfield). If he is ready and wants to submit the order he has to click on "submit order".
Normally the order is stored in a database, but I don't want to do that anymore. When clicking on "submit order" the whole form has to mailed to my mailserver.
After submitting you have to see something like "thanks for buying bla bla".
Is this possible? and more important...how?
Important notes:
Formname = form2
Buttonname = orderPlaatsen/ Label= order plaatsen
Tablename = tdOrder
Some things to fill in:
Voornaam > Textfield = voornaam
Betalingswijze > Textfield = betalingswijze
And offcourse the content of the shopping cart has to come along:
Artikelomschrijveng = {cart.Name}
Aantal = {cart.Quantity}
Prijs = {cart.Price}
Subtotaal = {cart.Total}
Totaal = {cart.sum(Total)}
I appreciate all help <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Edited by - ornathon on 13 Feb 2002 23:11:56
Replies
Replied 14 Feb 2002 03:55:12
14 Feb 2002 03:55:12 Stuart Chase replied:
Once the customer clicks submit - do you have it taking them to a page that displays the order ?
Jmail
ASPmail
ASPEmail
or CDONTS?
Jmail
ASPmail
ASPEmail
or CDONTS?
Replied 14 Feb 2002 18:55:22
14 Feb 2002 18:55:22 Myrna Adolph replied:
I have a similiar situation posted - any suggestions would be appreciated...I want to send the customer to another page which would contain the order??
Do I create a new page which the Order Now link would go to (instead of the e-mail link)?
Then insert the recordset from the page with the book list in to a form?
Layout the dynamic content?
Am I on the right track?
My main interest is to have our visitor click order now and have the contents of the book being ordered to go to an order which will contain the details of the book, to have a place for the customer to provide their details (not a credit card??) including e-mail, and finally send it to us with a copy to themselves. Working example of this could be seen at dogbert.abebooks.com/abe/OrderInsert?ph=1&ord=Y&bi=112879384
From my site I would like to send the contents of a requested book at .www.bookarcade.com/resultsallto a form to be completed by the visitor and sent to me. The form is easy but I would like to understand the coding. Do I insert the recordset in the new page??
Any specific instructions would be appreciated.
Myrna
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Once the customer clicks submit - do you have it taking them to a page that displays the order ?
Jmail
ASPmail
ASPEmail
or CDONTS?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Myrna Adolph
Do I create a new page which the Order Now link would go to (instead of the e-mail link)?
Then insert the recordset from the page with the book list in to a form?
Layout the dynamic content?
Am I on the right track?
My main interest is to have our visitor click order now and have the contents of the book being ordered to go to an order which will contain the details of the book, to have a place for the customer to provide their details (not a credit card??) including e-mail, and finally send it to us with a copy to themselves. Working example of this could be seen at dogbert.abebooks.com/abe/OrderInsert?ph=1&ord=Y&bi=112879384
From my site I would like to send the contents of a requested book at .www.bookarcade.com/resultsallto a form to be completed by the visitor and sent to me. The form is easy but I would like to understand the coding. Do I insert the recordset in the new page??
Any specific instructions would be appreciated.
Myrna
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Once the customer clicks submit - do you have it taking them to a page that displays the order ?
Jmail
ASPmail
ASPEmail
or CDONTS?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Myrna Adolph
Replied 14 Feb 2002 20:24:57
14 Feb 2002 20:24:57 Stuart Chase replied:
well for instance, and I do not have a shopping cart at all.
But, I have a page where as a person browses along it brings them to a final "product" listing all types of info on it.
And I have on that page places for a person to put in their information and hit submit
That sends them to a confirmation page - that displays everything about the product they were looking at. It also fires off an email with the information and sends it to a database.
Are you looking for something similiar?
But, I have a page where as a person browses along it brings them to a final "product" listing all types of info on it.
And I have on that page places for a person to put in their information and hit submit
That sends them to a confirmation page - that displays everything about the product they were looking at. It also fires off an email with the information and sends it to a database.
Are you looking for something similiar?
Replied 14 Feb 2002 20:44:09
14 Feb 2002 20:44:09 Myrna Adolph replied:
This sounds exactly like what I want to have happen. No Shopping cart.. Please look at www.bookarcade.com then choose browse books, it is there that I want the Order Now link instead of e-mail to go to a page with the details of that item and where they provide their info then submits to a page for confirmation - which they submit...The submit will send an e-mail to them and us. There will be no database for collection of data at this time.
Please take a look at dogbert.abebooks.com/abe/BookSearch, then dogbert.abebooks.com/abe/BookDetails?bi=114592134 followed by dogbert.abebooks.com/abe/OrderInsert?ph=1&bi=114592134 == this is what I want to achieve using javascript and asp...
Therefore what you describe is what I want to achieve.
Thank you,
Myrna
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
well for instance, and I do not have a shopping cart at all.
But, I have a page where as a person browses along it brings them to a final "product" listing all types of info on it.
And I have on that page places for a person to put in their information and hit submit
That sends them to a confirmation page - that displays everything about the product they were looking at. It also fires off an email with the information and sends it to a database.
Are you looking for something similiar?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Myrna Adolph
Please take a look at dogbert.abebooks.com/abe/BookSearch, then dogbert.abebooks.com/abe/BookDetails?bi=114592134 followed by dogbert.abebooks.com/abe/OrderInsert?ph=1&bi=114592134 == this is what I want to achieve using javascript and asp...
Therefore what you describe is what I want to achieve.
Thank you,
Myrna
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
well for instance, and I do not have a shopping cart at all.
But, I have a page where as a person browses along it brings them to a final "product" listing all types of info on it.
And I have on that page places for a person to put in their information and hit submit
That sends them to a confirmation page - that displays everything about the product they were looking at. It also fires off an email with the information and sends it to a database.
Are you looking for something similiar?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Myrna Adolph
Replied 14 Feb 2002 21:19:37
14 Feb 2002 21:19:37 Igor B replied:
Well, the customer can see the orderdetails at this moment, but he has to submit the order to me.
And after submitting it is nice to directly go to a "thank you" page. This is what I want.
I think I have to make a thankyou.asp page. This page has to be in the action (of the formfield-property) of the page where the submit button is.
But how do I let the order to be sent to me?
And after submitting it is nice to directly go to a "thank you" page. This is what I want.
I think I have to make a thankyou.asp page. This page has to be in the action (of the formfield-property) of the page where the submit button is.
But how do I let the order to be sent to me?
Replied 14 Feb 2002 23:41:29
14 Feb 2002 23:41:29 Stuart Chase replied:
ok
I still need to know jmail, aspmail, aspEmail or cdonts - but they are similiar
I will email a couple pages to you both
while you do not have the database or the pictures, I think by looking at the source code you can get a good idea what it's doing.
This one is setup to insert record. You'll need to remove that part.
I still need to know jmail, aspmail, aspEmail or cdonts - but they are similiar
I will email a couple pages to you both
while you do not have the database or the pictures, I think by looking at the source code you can get a good idea what it's doing.
This one is setup to insert record. You'll need to remove that part.
Replied 19 Feb 2002 19:56:31
19 Feb 2002 19:56:31 Igor B replied:
Thanx, I've got the pages. I will take a look at it now. But what mail thingy do you recommend? JMAIL, CDONTS?
Btw...is that software or are that standard scripts?
Btw...is that software or are that standard scripts?