PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
email forms
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
email forms
![]() |
email forms |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 | | |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

