This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > FrontPage Programming > October 2007 > New To Front Page Please Help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
New To Front Page Please Help
|
|
| Charles A. Lackman 2007-10-18, 6:17 pm |
| Hello,
I created a web few web pages and managed to get a "Submit" button to send
me an email, the page also shows the visitor a form that they filled out.
FrontPage added the following code (I think this is what is doing it, it
looks commented out, so I'm not sure how the postback is sending the
email??):
<input value="Submit" type="submit">
<form action="--WEBBOT-SELF--" method="post">
<!--webbot bot="SaveResults" s-email-address="myEmail@Server.com"
s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
s-email-Subject="Web Site Form Response" s-builtin-fields="Date Time"
b-email-subject-from-field="FALSE"-->
<a name=top></a>
What I really want to do, is have an email sent to me with their data like
it already is then send the Visitor a Thank You email and redirect them to a
different page.
I don't know how to get to a code window in FrontPage either, I compiled the
pages in a different folder and edited the HTML page to send you the above
code.
Any assistance will be greatly appreciated,
Thanks,
Chuck
| |
| Thomas A. Rowe 2007-10-18, 6:17 pm |
| The FP Form Handler can not send the visitor a thank you email, however you can configure it to send
the user to custom confirmation page after submitting the form under Form Properties.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:u$f66IaEIHA.4140@TK2MSFTNGP03.phx.gbl...
> Hello,
>
> I created a web few web pages and managed to get a "Submit" button to send
> me an email, the page also shows the visitor a form that they filled out.
> FrontPage added the following code (I think this is what is doing it, it
> looks commented out, so I'm not sure how the postback is sending the
> email??):
>
> <input value="Submit" type="submit">
>
> <form action="--WEBBOT-SELF--" method="post">
> <!--webbot bot="SaveResults" s-email-address="myEmail@Server.com"
> s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
> s-email-Subject="Web Site Form Response" s-builtin-fields="Date Time"
> b-email-subject-from-field="FALSE"-->
> <a name=top></a>
>
> What I really want to do, is have an email sent to me with their data like
> it already is then send the Visitor a Thank You email and redirect them to a
> different page.
>
> I don't know how to get to a code window in FrontPage either, I compiled the
> pages in a different folder and edited the HTML page to send you the above
> code.
>
> Any assistance will be greatly appreciated,
>
> Thanks,
>
> Chuck
>
>
| |
| Charles A. Lackman 2007-10-18, 10:15 pm |
| Thank for your help,
I am using Publisher 2000 and don't really understand how to make the submit
button send me an email then go to a different page.
I can create a new page that says what I want, but don't know what to put in
the Button Properties to accomplish this task. There doesn't seem to be a
code behind page available for the page (ie. "Page12").
I believe you are saying to make a new page ("Page13") and have the postback
of "Page12" send the email then go to the next page.
Sorry, I am at a loss.
Chuck
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:e9vKppaEIHA.3940@TK2MSFTNGP05.phx.gbl...
The FP Form Handler can not send the visitor a thank you email, however you
can configure it to send
the user to custom confirmation page after submitting the form under Form
Properties.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:u$f66IaEIHA.4140@TK2MSFTNGP03.phx.gbl...
> Hello,
>
> I created a web few web pages and managed to get a "Submit" button to send
> me an email, the page also shows the visitor a form that they filled out.
> FrontPage added the following code (I think this is what is doing it, it
> looks commented out, so I'm not sure how the postback is sending the
> email??):
>
> <input value="Submit" type="submit">
>
> <form action="--WEBBOT-SELF--" method="post">
> <!--webbot bot="SaveResults" s-email-address="myEmail@Server.com"
> s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
> s-email-Subject="Web Site Form Response" s-builtin-fields="Date Time"
> b-email-subject-from-field="FALSE"-->
> <a name=top></a>
>
> What I really want to do, is have an email sent to me with their data like
> it already is then send the Visitor a Thank You email and redirect them to
> a
> different page.
>
> I don't know how to get to a code window in FrontPage either, I compiled
> the
> pages in a different folder and edited the HTML page to send you the above
> code.
>
> Any assistance will be greatly appreciated,
>
> Thanks,
>
> Chuck
>
>
| |
| Rob Giordano \(Crash\) 2007-10-19, 3:30 am |
| It's not in button properties.
Right click within the form and choose Form Properties, then Options.
--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:uamL8GfEIHA.4140@TK2MSFTNGP03.phx.gbl...
| Thank for your help,
|
| I am using Publisher 2000 and don't really understand how to make the
submit
| button send me an email then go to a different page.
|
| I can create a new page that says what I want, but don't know what to put
in
| the Button Properties to accomplish this task. There doesn't seem to be a
| code behind page available for the page (ie. "Page12").
|
| I believe you are saying to make a new page ("Page13") and have the
postback
| of "Page12" send the email then go to the next page.
|
| Sorry, I am at a loss.
|
| Chuck
|
| "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
| news:e9vKppaEIHA.3940@TK2MSFTNGP05.phx.gbl...
| The FP Form Handler can not send the visitor a thank you email, however
you
| can configure it to send
| the user to custom confirmation page after submitting the form under Form
| Properties.
|
| --
| ==============================================
| Thomas A. Rowe
| Microsoft MVP - FrontPage
|
| http://www.Ecom-Data.com
| ==============================================
|
|
| "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
| news:u$f66IaEIHA.4140@TK2MSFTNGP03.phx.gbl...
| > Hello,
| >
| > I created a web few web pages and managed to get a "Submit" button to
send
| > me an email, the page also shows the visitor a form that they filled
out.
| > FrontPage added the following code (I think this is what is doing it, it
| > looks commented out, so I'm not sure how the postback is sending the
| > email??):
| >
| > <input value="Submit" type="submit">
| >
| > <form action="--WEBBOT-SELF--" method="post">
| > <!--webbot bot="SaveResults" s-email-address="myEmail@Server.com"
| > s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
| > s-email-Subject="Web Site Form Response" s-builtin-fields="Date Time"
| > b-email-subject-from-field="FALSE"-->
| > <a name=top></a>
| >
| > What I really want to do, is have an email sent to me with their data
like
| > it already is then send the Visitor a Thank You email and redirect them
to
| > a
| > different page.
| >
| > I don't know how to get to a code window in FrontPage either, I compiled
| > the
| > pages in a different folder and edited the HTML page to send you the
above
| > code.
| >
| > Any assistance will be greatly appreciated,
| >
| > Thanks,
| >
| > Chuck
| >
| >
|
|
|
| |
| Thomas A. Rowe 2007-10-19, 6:15 pm |
| You may or may not have that option in MS Publisher, you need to post to the MS Publisher newsgroup
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:uamL8GfEIHA.4140@TK2MSFTNGP03.phx.gbl...
> Thank for your help,
>
> I am using Publisher 2000 and don't really understand how to make the submit
> button send me an email then go to a different page.
>
> I can create a new page that says what I want, but don't know what to put in
> the Button Properties to accomplish this task. There doesn't seem to be a
> code behind page available for the page (ie. "Page12").
>
> I believe you are saying to make a new page ("Page13") and have the postback
> of "Page12" send the email then go to the next page.
>
> Sorry, I am at a loss.
>
> Chuck
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> news:e9vKppaEIHA.3940@TK2MSFTNGP05.phx.gbl...
> The FP Form Handler can not send the visitor a thank you email, however you
> can configure it to send
> the user to custom confirmation page after submitting the form under Form
> Properties.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
> news:u$f66IaEIHA.4140@TK2MSFTNGP03.phx.gbl...
>
>
>
| |
| Rob Giordano \(Crash\) 2007-10-19, 6:15 pm |
| oops totally missed the Publisher thing...no there's no option for custom
confirmation page.
--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:uxPwySkEIHA.3716@TK2MSFTNGP03.phx.gbl...
| You may or may not have that option in MS Publisher, you need to post to
the MS Publisher newsgroup
|
| --
| ==============================================
| Thomas A. Rowe
| Microsoft MVP - FrontPage
|
| http://www.Ecom-Data.com
| ==============================================
|
|
| "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
| news:uamL8GfEIHA.4140@TK2MSFTNGP03.phx.gbl...
| > Thank for your help,
| >
| > I am using Publisher 2000 and don't really understand how to make the
submit
| > button send me an email then go to a different page.
| >
| > I can create a new page that says what I want, but don't know what to
put in
| > the Button Properties to accomplish this task. There doesn't seem to be
a
| > code behind page available for the page (ie. "Page12").
| >
| > I believe you are saying to make a new page ("Page13") and have the
postback
| > of "Page12" send the email then go to the next page.
| >
| > Sorry, I am at a loss.
| >
| > Chuck
| >
| > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
| > news:e9vKppaEIHA.3940@TK2MSFTNGP05.phx.gbl...
| > The FP Form Handler can not send the visitor a thank you email, however
you
| > can configure it to send
| > the user to custom confirmation page after submitting the form under
Form
| > Properties.
| >
| > --
| > ==============================================
| > Thomas A. Rowe
| > Microsoft MVP - FrontPage
| >
| > http://www.Ecom-Data.com
| > ==============================================
| >
| >
| > "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
| > news:u$f66IaEIHA.4140@TK2MSFTNGP03.phx.gbl...
| >> Hello,
| >>
| >> I created a web few web pages and managed to get a "Submit" button to
send
| >> me an email, the page also shows the visitor a form that they filled
out.
| >> FrontPage added the following code (I think this is what is doing it,
it
| >> looks commented out, so I'm not sure how the postback is sending the
| >> email??):
| >>
| >> <input value="Submit" type="submit">
| >>
| >> <form action="--WEBBOT-SELF--" method="post">
| >> <!--webbot bot="SaveResults" s-email-address="myEmail@Server.com"
| >> s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
| >> s-email-Subject="Web Site Form Response" s-builtin-fields="Date
Time"
| >> b-email-subject-from-field="FALSE"-->
| >> <a name=top></a>
| >>
| >> What I really want to do, is have an email sent to me with their data
like
| >> it already is then send the Visitor a Thank You email and redirect them
to
| >> a
| >> different page.
| >>
| >> I don't know how to get to a code window in FrontPage either, I
compiled
| >> the
| >> pages in a different folder and edited the HTML page to send you the
above
| >> code.
| >>
| >> Any assistance will be greatly appreciated,
| >>
| >> Thanks,
| >>
| >> Chuck
| >>
| >>
| >
| >
| >
|
|
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|