navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Send a auto confirmation email

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Send a auto confirmation email
Page: [1]
 
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
Send a auto confirmation email - 11/18/2003 14:45:47   
Hello,
Can anybody help me send a auto confirmation after somebody submits a form. Basically grab their email address from the form and send them a confirmation.
I have forms that are sending info to my email and a database, so i am using ASP and html forms. If you explain how to do this with both files types or even one, that would be great.
Thanks,
Joe
BobbyDouglas

 

Posts: 5470
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: Send a auto confirmation email - 11/18/2003 14:53:46   
I am not familiar enough with ASP to write a script for you, but have you checked out www.hotscripts.com? They have a TON of solutions just like this.

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/18/2003 15:49:39   
Thanks, i checked out hot scripts but all i found was a script one that was hosted on a different site.
Does anyone know how i can do this at my site with FP.
Thanks,
Joe

(in reply to BobbyDouglas)
ou812

 

Posts: 1592
Joined: 1/5/2002
From: San Diego
Status: offline

 
RE: Send a auto confirmation email - 11/18/2003 17:18:31   
I'm not sure how you are doing your first email, in ASP, but why not just duplicate it and change some of the body of the message to say what you need and then send it to their email address.

So, if you are using CDOSYS you could do something like:
Set objCDOMail = Server.CreateObject("CDO.Message")
objCDOMail.To = request.form(submitter_email)
objCDOMail.Subject = "Confirmation Entry"
objCDOMail.HTMLBody = "This is confirming blah blah blah"
objCDOMail.Send
Set objCDOMail = Nothing

Or maybe I'm not understanding.

-brian

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/19/2003 13:54:44   
Yeah, i don;t think we are talking about the same thing.
I just want to grab a persons email address from a form and send them a automated reply.

thanks

(in reply to ou812)
treetopsranch

 

Posts: 1069
From: Cottage Grove, OR, USA
Status: online

 
RE: Send a auto confirmation email - 11/20/2003 21:12:28   
My host, www.hostsave.com provides an autoresponder. Maybe yours does also.

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to jdevenny)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/20/2003 21:23:08   
Does your hosting company support JMail?

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to treetopsranch)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/22/2003 12:34:16   
Hello,
I am not sure if my server supports Jmail, but i could ask them.
What exactly is it and would it replace my FP forms that use FP extensions.
Thanks,
Joe
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/22/2003 12:41:23   
Well the form you are using is in ASP - so FP extensions for the e-mail component cannot be ran on that form. You would need to use some type of ASP e-mail component to process the form.

You might be able to even look on your hosting company's website - their services. Most list everything there as well.

If you have other FP forms that are in HTML, it would not replace those unless you wanted it to.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/23/2003 18:34:16   
Hello,
I do HTML forms, so tell me how to getting working on those.
Thanks,
Joe

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/23/2003 19:07:44   
Well as far as the HTML form - it is standard. It is where you are posting to that will change. How many fields do you have?

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 10:29:10   
Hello,
Here one of my forms: http://www.itcreditgroup.com/page6.html

how do i get it to send a auto confirmation to the email address entered on the form?
Thanks

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 10:34:52   
I see they support CDONTs (I thought most hosting companies quit supporting this due to security reasons). Do you know if they support JMail? If not, I know TexasWebDevelopers is really familiar with CDONTs.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 10:41:17   
What are Cdonts and how to do see that?

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 10:44:53   
CDONTs is one way to handle the form e-mail. Jmail is another way. Myself - I use Jmail. I can give you the code for the but it would not do you any good if the hosting company does not support it. The hosting company's services page did not have that much on it so I would hope they would offer a lot more due to the prices they offer.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 10:57:42   
Well I must admit - they were extremely nice when I spoke to the customer support. They do not support Jmail, only CDONTs. I think the above is using CDONTs.

I do this all the time with Jmail so let me try to work thru it. When I capture the datae & send the form to (say form@mydomain.com), I put in the sender's e-mail address of the person who completed the form. And then in my control panel, I set up an auto-responder for form@mydomain.com so that when that form is processed & the e-mail is created, the auto-responder comes into play.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:08:35   
Assuming I understand CDONT's some & I did incorporate some of my Jmail into this:

Dim Contact_City1name,Contact_City1,Contact_Business_Namename,Contact_Business_Name
Contact_Business_Namename = "Business Name: "
Contact_Business_Name = Request.Form("Contact_Business_Name")

<%
Dim objCDOMail
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = request.form(Contact_City1)
objCDOMail.To = quotes@itcreditgroup.com
objCDOMail.Subject = "Quote Enquiry"
objCDOMail.BodyFormat = 0
objCDOMail.Body = request.form(Contact_Business_Name) & vbcrlf&_

objCDOMail.Importance = 1
objCDOMail.Send
Set objCDOMail = Nothing
%>

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to coreybryant)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:13:13   
My web server does not offer me a control panel.
Its been, weird i have had a lot of problems with them.
In any case, can we still do this?

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:16:54   
Well they do say they offer e-mail - auto repsonder feature. I guess you either have to call them or e-mail them to get it set up? For what you are paying, you should be allowed some of this unless you are on someone's reseller plan.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:21:43   
I am sure i could get the auto responder set up over the phone with them, so walk me through it, what do i do.
thanks,
joe

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:25:20   
Well on the above code (which I am not certain will full work). I only added your e-mail & the business name.

Add this code to the top of your confirm.asp page. And make this page: http://www.itcreditgroup.com/page6.html -> <form method="Post" action="confirm.asp"> - and then we wil need to add the javascript warnings on the page6.html instead of the FP web bot.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:29:35   
i'm confused, my confirmation page on that form is a HTML page.

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:31:33   
OK but I thought that you said that you are using a database? And that was why you would need to use an ASP page?

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:39:33   
i have some form that go to data base usiing ASP and some the go to a email address, (like the Request a Quote form).
Ultimately and need auto confim on all of them, but for now of you can tell how to do it for either of the form types i will be making some headway.

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:43:30   
Well the one that I was talking about was the ASP forms. I just thought that you gave me that form as the example to work with for the Inputs. This should help you out on the "regular" HTML form: http://www.frontpageforms.com/reply_to_line.htm

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:50:10   
ok, that sounds good for the HTML pages.
I will try that soon.
As for the ASP page what is the deal with that, again?

BTW- thanks for your help

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:54:16   
Well for the ASP, let's start off "basic" and work on up. Add the code that i gave you to your ASP page. Of course, you will need to change the form inputs to match the e-mail input & one of the other inputs. I used the the page6 example that you gave me.

Anytime - glad to "help" - I am hoping that I am :) I have not dealt with CDONTs before but I am sure it is pretty simple.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
jdevenny

 

Posts: 47
Joined: 11/9/2003
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 11:59:22   
Ok, the html forms are set, auto respond works!


Now for ASP.
I add this:
quote:

<form method="Post" action="confirm.asp">


to the a form page that is a ASP file?
where do i put it in the code?

(in reply to coreybryant)
coreybryant

 

Posts: 2465
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Send a auto confirmation email - 11/25/2003 14:11:44   
The confirm.asp?

Put the code at the very top, before everything. make sure to change the names of the inputs if they are different - especially the e-mail

If you are talking about the contact ASP page - you wil need to locate the opening form tag & repleace it with
<form method="Post" action="confirm.asp">


_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to jdevenny)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Send a auto confirmation email
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts