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.
Publisher 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>
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 created a new page ("Page13") and I want to have the postback
of "Page12" send the email then go to the next page ("Page13")
I don't know how to get to a code window in Publisher 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
DavidF - 19 Oct 2007 23:07 GMT
Sorry, but incorporating a custom response page is not supported in
Publisher. You might be able to edit the code to make it work, but you might
also look to your webhost for another form program. Most will offer one, and
those you can frequently customize.
Reference: Publisher web publication forms 101:
http://msmvps.com/blogs/dbartosik/archive/2006/01/07/80564.aspx
DavidF
> Hello,
>
[quoted text clipped - 30 lines]
>
> Chuck