PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage email forms

Reply

email forms

 
Thread Tools Rate Thread
Old 08-07-2005, 01:16 AM   #1
=?Utf-8?B?eWVwcEB5YWhvby5jb20=?=
Guest
 
Posts: n/a
Default email forms


I have used forms in FP for a long time and have it going to a MS Access. I
now want it to go to an email address. I keep putting the email address in
but it will not send. The website is www.millersmustard.com
The contact us page is set to go to the database and the recipe form is set
to go to scott@4theloop.com . I can't understand why it is not sending it to
me.
My code is front page looks like this:
<form method="POST" name="Recipes" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan S-Builtin-Fields="" U-File="test"
S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="scott@4theloop.com"
B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
S-Email-Subject="Recipe"
--><!--webbot bot="SaveResults" endspan -->
<table border="0" width="62%" bgcolor="#000000" height="375">

Thanks for your help!
--
yeppe
  Reply With Quote
Old 08-07-2005, 01:40 AM   #2
Steve Easton
Guest
 
Posts: n/a
Default Re: email forms

You need to use an email address associated with the domain.
Something like: username@millersmustard.com

Then have your email client check this email address on the server.
It is the server that actually sends you the email, not the form.
When you get the email, the "from" address will be a server address.

Also make sure your host has the form to email transport enabled.
It's "usually" automatic if your server has FP extensions installed.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"yepp@yahoo.com" <yeppyahoocom@discussions.microsoft.com> wrote in message
news:F92CBA7D-2402-4BAB-BE1E-DDB776E54C9F@microsoft.com...
> I have used forms in FP for a long time and have it going to a MS Access. I
> now want it to go to an email address. I keep putting the email address in
> but it will not send. The website is www.millersmustard.com
> The contact us page is set to go to the database and the recipe form is set
> to go to scott@4theloop.com . I can't understand why it is not sending it to
> me.
> My code is front page looks like this:
> <form method="POST" name="Recipes" action="--WEBBOT-SELF--">
> <!--webbot bot="SaveResults" startspan S-Builtin-Fields="" U-File="test"
> S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
> S-Email-Format="TEXT/PRE" S-Email-Address="scott@4theloop.com"
> B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
> S-Email-Subject="Recipe"
> --><!--webbot bot="SaveResults" endspan -->
> <table border="0" width="62%" bgcolor="#000000" height="375">
>
> Thanks for your help!
> --
> yeppe



  Reply With Quote
Old 08-07-2005, 02:31 AM   #3
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: email forms

You can not use the FP Form Handler and the database component at the same time, as the FP form
handler requires the form to be named with a .htm(l) extension. To do both, requires your custom
write a ASP based form handler.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"yepp@yahoo.com" <yeppyahoocom@discussions.microsoft.com> wrote in message
news:F92CBA7D-2402-4BAB-BE1E-DDB776E54C9F@microsoft.com...
>I have used forms in FP for a long time and have it going to a MS Access. I
> now want it to go to an email address. I keep putting the email address in
> but it will not send. The website is www.millersmustard.com
> The contact us page is set to go to the database and the recipe form is set
> to go to scott@4theloop.com . I can't understand why it is not sending it to
> me.
> My code is front page looks like this:
> <form method="POST" name="Recipes" action="--WEBBOT-SELF--">
> <!--webbot bot="SaveResults" startspan S-Builtin-Fields="" U-File="test"
> S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
> S-Email-Format="TEXT/PRE" S-Email-Address="scott@4theloop.com"
> B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
> S-Email-Subject="Recipe"
> --><!--webbot bot="SaveResults" endspan -->
> <table border="0" width="62%" bgcolor="#000000" height="375">
>
> Thanks for your help!
> --
> yeppe



  Reply With Quote
Old 08-07-2005, 10:01 AM   #4
Andrew Murray
Guest
 
Posts: n/a
Default Re: email forms

I believe the email must be something@yourdomain.com, not just any email
address outside the domain or host's domain.

eg your domain is millersmustard.com so the email has to be
something@millersmustard.com

"yepp@yahoo.com" <yeppyahoocom@discussions.microsoft.com> wrote in message
news:F92CBA7D-2402-4BAB-BE1E-DDB776E54C9F@microsoft.com...
>I have used forms in FP for a long time and have it going to a MS Access.
>I
> now want it to go to an email address. I keep putting the email address
> in
> but it will not send. The website is www.millersmustard.com
> The contact us page is set to go to the database and the recipe form is
> set
> to go to scott@4theloop.com . I can't understand why it is not sending it
> to
> me.
> My code is front page looks like this:
> <form method="POST" name="Recipes" action="--WEBBOT-SELF--">
> <!--webbot bot="SaveResults" startspan S-Builtin-Fields="" U-File="test"
> S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
> S-Email-Format="TEXT/PRE" S-Email-Address="scott@4theloop.com"
> B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
> S-Email-Subject="Recipe"
> --><!--webbot bot="SaveResults" endspan -->
> <table border="0" width="62%" bgcolor="#000000" height="375">
>
> Thanks for your help!
> --
> yeppe



  Reply With Quote
Old 08-07-2005, 10:49 AM   #5
Stefan B Rusynko
Guest
 
Posts: n/a
Default Re: email forms

Or see http://support.microsoft.com/defaul...kb;en-us;275251

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:ejLpdU2gFHA.2444@tk2msftngp13.phx.gbl...
| You can not use the FP Form Handler and the database component at the same time, as the FP form
| handler requires the form to be named with a .htm(l) extension. To do both, requires your custom
| write a ASP based form handler.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| ==============================================
| If you feel your current issue is a results of installing
| a Service Pack or security update, please contact
| Microsoft Product Support Services:
| http://support.microsoft.com
| If the problem can be shown to have been caused by a
| security update, then there is usually no charge for the call.
| ==============================================
|
| "yepp@yahoo.com" <yeppyahoocom@discussions.microsoft.com> wrote in message
| news:F92CBA7D-2402-4BAB-BE1E-DDB776E54C9F@microsoft.com...
| >I have used forms in FP for a long time and have it going to a MS Access. I
| > now want it to go to an email address. I keep putting the email address in
| > but it will not send. The website is www.millersmustard.com
| > The contact us page is set to go to the database and the recipe form is set
| > to go to scott@4theloop.com . I can't understand why it is not sending it to
| > me.
| > My code is front page looks like this:
| > <form method="POST" name="Recipes" action="--WEBBOT-SELF--">
| > <!--webbot bot="SaveResults" startspan S-Builtin-Fields="" U-File="test"
| > S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
| > S-Email-Format="TEXT/PRE" S-Email-Address="scott@4theloop.com"
| > B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
| > S-Email-Subject="Recipe"
| > --><!--webbot bot="SaveResults" endspan -->
| > <table border="0" width="62%" bgcolor="#000000" height="375">
| >
| > Thanks for your help!
| > --
| > yeppe
|
|


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off