Email Form Results / Question

W

Wmcook

Right now I get the results sent to me. I would like to
somehow add the respondent. I have a field in the form
that collects the email address.

That fileds name is: Email

Would I just put in the following in the line that asks
where to send the email results?

(e-mail address removed);Email

I read that it was possible to have more than one person
get the results, by using a semi-colon to separate them.

I'm just not sure it will pick-up the results of that
field and use that email address to send the results to
also.

Is there something else I must do to accomplish this?

Bill
 
M

Mike Mueller

Bill,

I recommend not to use the FP Form Handler for email as spam
harvesters will be able to grab the address.

I would use a script page to send the emails to you and to
the respondents email addresses. If ASP is available on
your host you could either use CDONTS or CDOSYS (depends on
the hosts version of Windows) to send the emails.

Mike



message : Right now I get the results sent to me. I would like to
: somehow add the respondent. I have a field in the form
: that collects the email address.
:
: That fileds name is: Email
:
: Would I just put in the following in the line that asks
: where to send the email results?
:
: (e-mail address removed);Email
:
: I read that it was possible to have more than one person
: get the results, by using a semi-colon to separate them.
:
: I'm just not sure it will pick-up the results of that
: field and use that email address to send the results to
: also.
:
: Is there something else I must do to accomplish this?
:
: Bill
 
G

Guest

I just checked, ASP and ASP.NET extensions are installed
on my hosts servers.

I've never made a page a script page.
How do I go about making such page to do the same thing
that I now have that was made with FP Form handler?
 
P

Phillip Vong

I run my own IIS server and i've enable scripts to my site. Can some one
point me to a site where it will teach me how to set up an asp to email my
form to me? The simpler the better. I've never done an ASP before.
 
M

Mike Mueller

Phillip-

If you are using XP or 2003 then look at CDOSYS.
Here is the MSDN link:
http://msdn.microsoft.com/library/d...n-us/exchanchor/htms/msexchsvr_cdowin2000.asp

If you are using NT4 then look at CDONTS
Here is the MSDN link:
http://msdn.microsoft.com/library/d...ry/en-us/exchanchor/htms/msexchsvr_cdo121.asp

Windows 2000 can use either version.

Mike

Phillip Vong wrote:
: I run my own IIS server and i've enable scripts to my
: site. Can some one point me to a site where it will
: teach me how to set up an asp to email my form to me?
: The simpler the better. I've never done an ASP before.
:
:
: message :: Right now I get the results sent to me. I would like to
:: somehow add the respondent. I have a field in the form
:: that collects the email address.
::
:: That fileds name is: Email
::
:: Would I just put in the following in the line that asks
:: where to send the email results?
::
:: (e-mail address removed);Email
::
:: I read that it was possible to have more than one person
:: get the results, by using a semi-colon to separate them.
::
:: I'm just not sure it will pick-up the results of that
:: field and use that email address to send the results to
:: also.
::
:: Is there something else I must do to accomplish this?
::
:: Bill
 
M

Mike Mueller

You would need to know what version of Windows you are
hosted on

If you are using XP or 2003 then look at CDOSYS.
Here is the MSDN link:
http://msdn.microsoft.com/library/d...n-us/exchanchor/htms/msexchsvr_cdowin2000.asp

If you are using NT4 then look at CDONTS
Here is the MSDN link:
http://msdn.microsoft.com/library/d...ry/en-us/exchanchor/htms/msexchsvr_cdo121.asp

Windows 2000 can use either version.

Mike

(e-mail address removed) wrote:
: I just checked, ASP and ASP.NET extensions are installed
: on my hosts servers.
:
: I've never made a page a script page.
: How do I go about making such page to do the same thing
: that I now have that was made with FP Form handler?
:
:
:: -----Original Message-----
:: Bill,
::
:: I recommend not to use the FP Form Handler for email as
:: spam harvesters will be able to grab the address.
::
:: I would use a script page to send the emails to you and
:: to the respondents email addresses. If ASP is available
:: on your host you could either use CDONTS or CDOSYS
:: (depends on the hosts version of Windows) to send the
:: emails.
::
:: Mike
::
::
::
:: message ::: Right now I get the results sent to me. I would like to
::: somehow add the respondent. I have a field in the form
::: that collects the email address.
:::
::: That fileds name is: Email
:::
::: Would I just put in the following in the line that asks
::: where to send the email results?
:::
::: (e-mail address removed);Email
:::
::: I read that it was possible to have more than one person
::: get the results, by using a semi-colon to separate them.
:::
::: I'm just not sure it will pick-up the results of that
::: field and use that email address to send the results to
::: also.
:::
::: Is there something else I must do to accomplish this?
:::
::: Bill
::
::
:: .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top