FrontPage forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My FrontPage form works fine for me and the other person with edit access to
our web drive. When anyone else submits the form, they get a message to
contact the webmaster. Our tech support says our FrontPage extensions and
permissions are all in order on the server. Does anyone have any ideas how to
get the form to work?
 
Are we allowed to see the form?



| My FrontPage form works fine for me and the other person with edit access
to
| our web drive. When anyone else submits the form, they get a message to
| contact the webmaster. Our tech support says our FrontPage extensions and
| permissions are all in order on the server. Does anyone have any ideas how
to
| get the form to work?
 
Are you using the form to send the results to email?
If so, has the host properly configured the forms to email transport in the
server extensions?
 
What is the action of the form? Does it send an email or write to a file?
If it writes to a file does the folder the file is written to have write
permissions for everyone?
 
Oops, I'm new to this list and didn't realize I had to re-click "Notify me of
replies."

Here's the code:

<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults"
U-File="../../../_private/form_vestelresults.csv" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields
U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" startspan
--><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" i-checksum="43374" endspan -->
<p style="line-height: 100%"><font size="1">Your
feedback on this article will help us to continuously
improve the SM Source.</font></p>
<hr>
<p style="line-height:100%; margin-bottom:3px"><font size="1">The
article
length is:</font></p>
<p style="line-height: 100%">
<select size="1" name="length" style="font-family: Verdana; font-size:
8pt">
<option selected>Select one</option>
<option value="3">Just right</option>
<option value="2">Too short</option>
<option value="1">Too long</option>
</select></p>
<hr>
<p style="line-height:100%; margin-bottom:3px"><font size="1">The
writing
style of this article is:</font></p>
<p style="line-height: 100%">
<select size="1" name="style" style="font-family: Verdana; font-size:
8pt">
<option selected>Select one</option>
<option value="3">Very enjoyable</option>
<option value="2">Enjoyable</option>
<option value="1">Boring</option>
</select></p>
<hr>
<p style="line-height:100%; margin-bottom:3px"><font size="1">The
topic of
this article is:</font></p>
<p style="line-height: 100%">
<select size="1" name="topic" style="font-family: verdana; font-size:
8pt">
<option selected>Select one</option>
<option value="3">Very important</option>
<option value="1">Not important</option>
<option value="2">Important</option>
</select></p>
<hr>
<p style="line-height: 100%">
<input type="submit" value="Submit" name="B1"></p>
</form>
 
I'd like the form to send the results to a file, but I did try the email
option to see if that works, but it didn't work either.
Our tech support believes that the server extensions are set up correctly.
I'm afraid I don't have access to that myself so I can't check it.

Amy
 
Neither the write to form nor email options are working. As far as I know,
the server extensions are set up correctly. At least, our tech support
believes they are. Unfortunately I don't have access to the server. But if
you know of any common mistakes in this area, let me know. The tech support
guy I am working with is not a FrontPage user.
Thanks,
Amy
 
Neither the write to form nor email options are working. As far as I know,
the server extensions are set up correctly. At least, our tech support
believes they are. Unfortunately I don't have access to the server. But if
you know of any common mistakes in this area, let me know. The tech support
guy I am working with is not a FrontPage user.
Thanks,
Amy
 
I'd like the form to write to a file. Tech support gave write permissions to
the Private file so anyone could answer, but it still didn't work.
 
FP manages permissions on the _private folder to allow file writes
- make sure the file you are writing to exists in the _private folder and your form properties point to it w/ a relative path

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Neither the write to form nor email options are working. As far as I know,
| the server extensions are set up correctly. At least, our tech support
| believes they are. Unfortunately I don't have access to the server. But if
| you know of any common mistakes in this area, let me know. The tech support
| guy I am working with is not a FrontPage user.
| Thanks,
| Amy
|
|
| "Tom Willett" wrote:
|
| > Are you using the form to send the results to email?
| > If so, has the host properly configured the forms to email transport in the
| > server extensions?
| > --
| > Tom Willett
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > ----------
| > | > > My FrontPage form works fine for me and the other person with edit access
| > > to
| > > our web drive. When anyone else submits the form, they get a message to
| > > contact the webmaster. Our tech support says our FrontPage extensions and
| > > permissions are all in order on the server. Does anyone have any ideas how
| > > to
| > > get the form to work?
| >
| >
| >
 
You can not use absolute paths in save to or confirmation pages
change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" to a relative path
(same as you have for your save location)

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Oops, I'm new to this list and didn't realize I had to re-click "Notify me of
| replies."
|
| Here's the code:
|
| <form method="POST" action="--WEBBOT-SELF--">
| <!--webbot bot="SaveResults"
| U-File="../../../_private/form_vestelresults.csv" S-Format="TEXT/CSV"
| S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields
| U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" startspan
| --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| bot="SaveResults" i-checksum="43374" endspan -->
| <p style="line-height: 100%"><font size="1">Your
| feedback on this article will help us to continuously
| improve the SM Source.</font></p>
| <hr>
| <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| article
| length is:</font></p>
| <p style="line-height: 100%">
| <select size="1" name="length" style="font-family: Verdana; font-size:
| 8pt">
| <option selected>Select one</option>
| <option value="3">Just right</option>
| <option value="2">Too short</option>
| <option value="1">Too long</option>
| </select></p>
| <hr>
| <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| writing
| style of this article is:</font></p>
| <p style="line-height: 100%">
| <select size="1" name="style" style="font-family: Verdana; font-size:
| 8pt">
| <option selected>Select one</option>
| <option value="3">Very enjoyable</option>
| <option value="2">Enjoyable</option>
| <option value="1">Boring</option>
| </select></p>
| <hr>
| <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| topic of
| this article is:</font></p>
| <p style="line-height: 100%">
| <select size="1" name="topic" style="font-family: verdana; font-size:
| 8pt">
| <option selected>Select one</option>
| <option value="3">Very important</option>
| <option value="1">Not important</option>
| <option value="2">Important</option>
| </select></p>
| <hr>
| <p style="line-height: 100%">
| <input type="submit" value="Submit" name="B1"></p>
| </form>
|
|
| "David Berry" wrote:
|
| > Yes. Paste the code into a post so we can see what's going on.
| >
| >
| > | > >I can't send you the link but I can copy and paste the code. Will that
| > >help?
| > >
| > > "Rob Giordano (Crash)" wrote:
| > >
| > >> Are we allowed to see the form?
| > >>
| > >>
| > >>
| > >> | > >> | My FrontPage form works fine for me and the other person with edit
| > >> access
| > >> to
| > >> | our web drive. When anyone else submits the form, they get a message to
| > >> | contact the webmaster. Our tech support says our FrontPage extensions
| > >> and
| > >> | permissions are all in order on the server. Does anyone have any ideas
| > >> how
| > >> to
| > >> | get the form to work?
| > >>
| > >>
| > >>
| >
| >
| >
 
Changed that. The message now says that the page needs to be published.
Ordinarily I don't publish my pages because they are on a web drive and just
go to an intranet. But do you think I need to publish them?

Stefan B Rusynko said:
You can not use absolute paths in save to or confirmation pages
change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" to a relative path
(same as you have for your save location)

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Oops, I'm new to this list and didn't realize I had to re-click "Notify me of
| replies."
|
| Here's the code:
|
| <form method="POST" action="--WEBBOT-SELF--">
| <!--webbot bot="SaveResults"
| U-File="../../../_private/form_vestelresults.csv" S-Format="TEXT/CSV"
| S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields
| U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" startspan
| --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| bot="SaveResults" i-checksum="43374" endspan -->
| <p style="line-height: 100%"><font size="1">Your
| feedback on this article will help us to continuously
| improve the SM Source.</font></p>
| <hr>
| <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| article
| length is:</font></p>
| <p style="line-height: 100%">
| <select size="1" name="length" style="font-family: Verdana; font-size:
| 8pt">
| <option selected>Select one</option>
| <option value="3">Just right</option>
| <option value="2">Too short</option>
| <option value="1">Too long</option>
| </select></p>
| <hr>
| <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| writing
| style of this article is:</font></p>
| <p style="line-height: 100%">
| <select size="1" name="style" style="font-family: Verdana; font-size:
| 8pt">
| <option selected>Select one</option>
| <option value="3">Very enjoyable</option>
| <option value="2">Enjoyable</option>
| <option value="1">Boring</option>
| </select></p>
| <hr>
| <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| topic of
| this article is:</font></p>
| <p style="line-height: 100%">
| <select size="1" name="topic" style="font-family: verdana; font-size:
| 8pt">
| <option selected>Select one</option>
| <option value="3">Very important</option>
| <option value="1">Not important</option>
| <option value="2">Important</option>
| </select></p>
| <hr>
| <p style="line-height: 100%">
| <input type="submit" value="Submit" name="B1"></p>
| </form>
|
|
| "David Berry" wrote:
|
| > Yes. Paste the code into a post so we can see what's going on.
| >
| >
| > | > >I can't send you the link but I can copy and paste the code. Will that
| > >help?
| > >
| > > "Rob Giordano (Crash)" wrote:
| > >
| > >> Are we allowed to see the form?
| > >>
| > >>
| > >>
| > >> | > >> | My FrontPage form works fine for me and the other person with edit
| > >> access
| > >> to
| > >> | our web drive. When anyone else submits the form, they get a message to
| > >> | contact the webmaster. Our tech support says our FrontPage extensions
| > >> and
| > >> | permissions are all in order on the server. Does anyone have any ideas
| > >> how
| > >> to
| > >> | get the form to work?
| > >>
| > >>
| > >>
| >
| >
| >
 
In order for the forms to work, the web must be http published to a host
server that has the FrontPage server extensions installed.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Changed that. The message now says that the page needs to be published.
| Ordinarily I don't publish my pages because they are on a web drive and
just
| go to an intranet. But do you think I need to publish them?
|
| "Stefan B Rusynko" wrote:
|
| > You can not use absolute paths in save to or confirmation pages
| > change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" to a
relative path
| > (same as you have for your save location)
| >
| > --
| >
| > _____________________________________________
| > 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | Oops, I'm new to this list and didn't realize I had to re-click
"Notify me of
| > | replies."
| > |
| > | Here's the code:
| > |
| > | <form method="POST" action="--WEBBOT-SELF--">
| > | <!--webbot bot="SaveResults"
| > | U-File="../../../_private/form_vestelresults.csv" S-Format="TEXT/CSV"
| > | S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields
| > | U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" startspan
| > | --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| > | bot="SaveResults" i-checksum="43374" endspan -->
| > | <p style="line-height: 100%"><font size="1">Your
| > | feedback on this article will help us to continuously
| > | improve the SM Source.</font></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | article
| > | length is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="length" style="font-family: Verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Just right</option>
| > | <option value="2">Too short</option>
| > | <option value="1">Too long</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | writing
| > | style of this article is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="style" style="font-family: Verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Very enjoyable</option>
| > | <option value="2">Enjoyable</option>
| > | <option value="1">Boring</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | topic of
| > | this article is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="topic" style="font-family: verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Very important</option>
| > | <option value="1">Not important</option>
| > | <option value="2">Important</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height: 100%">
| > | <input type="submit" value="Submit" name="B1"></p>
| > | </form>
| > |
| > |
| > | "David Berry" wrote:
| > |
| > | > Yes. Paste the code into a post so we can see what's going on.
| > | >
| > | >
| > | > | > | > >I can't send you the link but I can copy and paste the code. Will
that
| > | > >help?
| > | > >
| > | > > "Rob Giordano (Crash)" wrote:
| > | > >
| > | > >> Are we allowed to see the form?
| > | > >>
| > | > >>
| > | > >>
| > | > >> | > | > >> | My FrontPage form works fine for me and the other person with
edit
| > | > >> access
| > | > >> to
| > | > >> | our web drive. When anyone else submits the form, they get a
message to
| > | > >> | contact the webmaster. Our tech support says our FrontPage
extensions
| > | > >> and
| > | > >> | permissions are all in order on the server. Does anyone have
any ideas
| > | > >> how
| > | > >> to
| > | > >> | get the form to work?
| > | > >>
| > | > >>
| > | > >>
| > | >
| > | >
| > | >
| >
| >
| >
 
Ah-hah! That could be my problem. I will try that now.

Tom Willett said:
In order for the forms to work, the web must be http published to a host
server that has the FrontPage server extensions installed.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Changed that. The message now says that the page needs to be published.
| Ordinarily I don't publish my pages because they are on a web drive and
just
| go to an intranet. But do you think I need to publish them?
|
| "Stefan B Rusynko" wrote:
|
| > You can not use absolute paths in save to or confirmation pages
| > change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" to a
relative path
| > (same as you have for your save location)
| >
| > --
| >
| > _____________________________________________
| > 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | Oops, I'm new to this list and didn't realize I had to re-click
"Notify me of
| > | replies."
| > |
| > | Here's the code:
| > |
| > | <form method="POST" action="--WEBBOT-SELF--">
| > | <!--webbot bot="SaveResults"
| > | U-File="../../../_private/form_vestelresults.csv" S-Format="TEXT/CSV"
| > | S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields
| > | U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" startspan
| > | --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| > | bot="SaveResults" i-checksum="43374" endspan -->
| > | <p style="line-height: 100%"><font size="1">Your
| > | feedback on this article will help us to continuously
| > | improve the SM Source.</font></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | article
| > | length is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="length" style="font-family: Verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Just right</option>
| > | <option value="2">Too short</option>
| > | <option value="1">Too long</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | writing
| > | style of this article is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="style" style="font-family: Verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Very enjoyable</option>
| > | <option value="2">Enjoyable</option>
| > | <option value="1">Boring</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | topic of
| > | this article is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="topic" style="font-family: verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Very important</option>
| > | <option value="1">Not important</option>
| > | <option value="2">Important</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height: 100%">
| > | <input type="submit" value="Submit" name="B1"></p>
| > | </form>
| > |
| > |
| > | "David Berry" wrote:
| > |
| > | > Yes. Paste the code into a post so we can see what's going on.
| > | >
| > | >
| > | > | > | > >I can't send you the link but I can copy and paste the code. Will
that
| > | > >help?
| > | > >
| > | > > "Rob Giordano (Crash)" wrote:
| > | > >
| > | > >> Are we allowed to see the form?
| > | > >>
| > | > >>
| > | > >>
| > | > >> | > | > >> | My FrontPage form works fine for me and the other person with
edit
| > | > >> access
| > | > >> to
| > | > >> | our web drive. When anyone else submits the form, they get a
message to
| > | > >> | contact the webmaster. Our tech support says our FrontPage
extensions
| > | > >> and
| > | > >> | permissions are all in order on the server. Does anyone have
any ideas
| > | > >> how
| > | > >> to
| > | > >> | get the form to work?
| > | > >>
| > | > >>
| > | > >>
| > | >
| > | >
| > | >
| >
| >
| >
 
I published the entire folder containing the pages with forms, though not the
entire website. The user is now back to this error message:

"FrontPage Error.
User: please report details to this site's webmaster.
Webmaster: please see the server's application event log for more details."

Any more ideas? Thanks for your help.

Amy



Tom Willett said:
In order for the forms to work, the web must be http published to a host
server that has the FrontPage server extensions installed.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Changed that. The message now says that the page needs to be published.
| Ordinarily I don't publish my pages because they are on a web drive and
just
| go to an intranet. But do you think I need to publish them?
|
| "Stefan B Rusynko" wrote:
|
| > You can not use absolute paths in save to or confirmation pages
| > change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" to a
relative path
| > (same as you have for your save location)
| >
| > --
| >
| > _____________________________________________
| > 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | Oops, I'm new to this list and didn't realize I had to re-click
"Notify me of
| > | replies."
| > |
| > | Here's the code:
| > |
| > | <form method="POST" action="--WEBBOT-SELF--">
| > | <!--webbot bot="SaveResults"
| > | U-File="../../../_private/form_vestelresults.csv" S-Format="TEXT/CSV"
| > | S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Builtin-Fields
| > | U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm" startspan
| > | --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| > | bot="SaveResults" i-checksum="43374" endspan -->
| > | <p style="line-height: 100%"><font size="1">Your
| > | feedback on this article will help us to continuously
| > | improve the SM Source.</font></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | article
| > | length is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="length" style="font-family: Verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Just right</option>
| > | <option value="2">Too short</option>
| > | <option value="1">Too long</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | writing
| > | style of this article is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="style" style="font-family: Verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Very enjoyable</option>
| > | <option value="2">Enjoyable</option>
| > | <option value="1">Boring</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | topic of
| > | this article is:</font></p>
| > | <p style="line-height: 100%">
| > | <select size="1" name="topic" style="font-family: verdana; font-size:
| > | 8pt">
| > | <option selected>Select one</option>
| > | <option value="3">Very important</option>
| > | <option value="1">Not important</option>
| > | <option value="2">Important</option>
| > | </select></p>
| > | <hr>
| > | <p style="line-height: 100%">
| > | <input type="submit" value="Submit" name="B1"></p>
| > | </form>
| > |
| > |
| > | "David Berry" wrote:
| > |
| > | > Yes. Paste the code into a post so we can see what's going on.
| > | >
| > | >
| > | > | > | > >I can't send you the link but I can copy and paste the code. Will
that
| > | > >help?
| > | > >
| > | > > "Rob Giordano (Crash)" wrote:
| > | > >
| > | > >> Are we allowed to see the form?
| > | > >>
| > | > >>
| > | > >>
| > | > >> | > | > >> | My FrontPage form works fine for me and the other person with
edit
| > | > >> access
| > | > >> to
| > | > >> | our web drive. When anyone else submits the form, they get a
message to
| > | > >> | contact the webmaster. Our tech support says our FrontPage
extensions
| > | > >> and
| > | > >> | permissions are all in order on the server. Does anyone have
any ideas
| > | > >> how
| > | > >> to
| > | > >> | get the form to work?
| > | > >>
| > | > >>
| > | > >>
| > | >
| > | >
| > | >
| >
| >
| >
 
Publish the whole web site (uncheck changed pages only) and see what
happens.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
|I published the entire folder containing the pages with forms, though not
the
| entire website. The user is now back to this error message:
|
| "FrontPage Error.
| User: please report details to this site's webmaster.
| Webmaster: please see the server's application event log for more
details."
|
| Any more ideas? Thanks for your help.
|
| Amy
|
|
|
| "Tom Willett" wrote:
|
| > In order for the forms to work, the web must be http published to a host
| > server that has the FrontPage server extensions installed.
| > --
| > ===
| > Tom Willett
| > Microsoft MVP - FrontPage
| > ---
| > FrontPage Support:
| > http://www.frontpagemvps.com/
| > ===
| > | > | Changed that. The message now says that the page needs to be
published.
| > | Ordinarily I don't publish my pages because they are on a web drive
and
| > just
| > | go to an intranet. But do you think I need to publish them?
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > You can not use absolute paths in save to or confirmation pages
| > | > change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm"
to a
| > relative path
| > | > (same as you have for your save location)
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > | > _____________________________________________
| > | >
| > | >
| > | > | > | Oops, I'm new to this list and didn't realize I had to re-click
| > "Notify me of
| > | > | replies."
| > | > |
| > | > | Here's the code:
| > | > |
| > | > | <form method="POST" action="--WEBBOT-SELF--">
| > | > | <!--webbot bot="SaveResults"
| > | > | U-File="../../../_private/form_vestelresults.csv"
S-Format="TEXT/CSV"
| > | > | S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Builtin-Fields
| > | > | U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm"
startspan
| > | > | --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| > | > | bot="SaveResults" i-checksum="43374" endspan -->
| > | > | <p style="line-height: 100%"><font size="1">Your
| > | > | feedback on this article will help us to continuously
| > | > | improve the SM Source.</font></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | article
| > | > | length is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="length" style="font-family: Verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Just right</option>
| > | > | <option value="2">Too short</option>
| > | > | <option value="1">Too long</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | writing
| > | > | style of this article is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="style" style="font-family: Verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Very enjoyable</option>
| > | > | <option value="2">Enjoyable</option>
| > | > | <option value="1">Boring</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | topic of
| > | > | this article is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="topic" style="font-family: verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Very important</option>
| > | > | <option value="1">Not important</option>
| > | > | <option value="2">Important</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height: 100%">
| > | > | <input type="submit" value="Submit" name="B1"></p>
| > | > | </form>
| > | > |
| > | > |
| > | > | "David Berry" wrote:
| > | > |
| > | > | > Yes. Paste the code into a post so we can see what's going on.
| > | > | >
| > | > | >
| > | > | > | > | > | > >I can't send you the link but I can copy and paste the code.
Will
| > that
| > | > | > >help?
| > | > | > >
| > | > | > > "Rob Giordano (Crash)" wrote:
| > | > | > >
| > | > | > >> Are we allowed to see the form?
| > | > | > >>
| > | > | > >>
| > | > | > >>
| > | > | > >> | > | > | > >> | My FrontPage form works fine for me and the other person
with
| > edit
| > | > | > >> access
| > | > | > >> to
| > | > | > >> | our web drive. When anyone else submits the form, they get
a
| > message to
| > | > | > >> | contact the webmaster. Our tech support says our FrontPage
| > extensions
| > | > | > >> and
| > | > | > >> | permissions are all in order on the server. Does anyone
have
| > any ideas
| > | > | > >> how
| > | > | > >> to
| > | > | > >> | get the form to work?
| > | > | > >>
| > | > | > >>
| > | > | > >>
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
Okay, I'll try that. Thanks!

Tom Willett said:
Publish the whole web site (uncheck changed pages only) and see what
happens.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
|I published the entire folder containing the pages with forms, though not
the
| entire website. The user is now back to this error message:
|
| "FrontPage Error.
| User: please report details to this site's webmaster.
| Webmaster: please see the server's application event log for more
details."
|
| Any more ideas? Thanks for your help.
|
| Amy
|
|
|
| "Tom Willett" wrote:
|
| > In order for the forms to work, the web must be http published to a host
| > server that has the FrontPage server extensions installed.
| > --
| > ===
| > Tom Willett
| > Microsoft MVP - FrontPage
| > ---
| > FrontPage Support:
| > http://www.frontpagemvps.com/
| > ===
| > | > | Changed that. The message now says that the page needs to be
published.
| > | Ordinarily I don't publish my pages because they are on a web drive
and
| > just
| > | go to an intranet. But do you think I need to publish them?
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > You can not use absolute paths in save to or confirmation pages
| > | > change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm"
to a
| > relative path
| > | > (same as you have for your save location)
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > | > _____________________________________________
| > | >
| > | >
| > | > | > | Oops, I'm new to this list and didn't realize I had to re-click
| > "Notify me of
| > | > | replies."
| > | > |
| > | > | Here's the code:
| > | > |
| > | > | <form method="POST" action="--WEBBOT-SELF--">
| > | > | <!--webbot bot="SaveResults"
| > | > | U-File="../../../_private/form_vestelresults.csv"
S-Format="TEXT/CSV"
| > | > | S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Builtin-Fields
| > | > | U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm"
startspan
| > | > | --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| > | > | bot="SaveResults" i-checksum="43374" endspan -->
| > | > | <p style="line-height: 100%"><font size="1">Your
| > | > | feedback on this article will help us to continuously
| > | > | improve the SM Source.</font></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | article
| > | > | length is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="length" style="font-family: Verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Just right</option>
| > | > | <option value="2">Too short</option>
| > | > | <option value="1">Too long</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | writing
| > | > | style of this article is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="style" style="font-family: Verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Very enjoyable</option>
| > | > | <option value="2">Enjoyable</option>
| > | > | <option value="1">Boring</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | topic of
| > | > | this article is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="topic" style="font-family: verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Very important</option>
| > | > | <option value="1">Not important</option>
| > | > | <option value="2">Important</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height: 100%">
| > | > | <input type="submit" value="Submit" name="B1"></p>
| > | > | </form>
| > | > |
| > | > |
| > | > | "David Berry" wrote:
| > | > |
| > | > | > Yes. Paste the code into a post so we can see what's going on.
| > | > | >
| > | > | >
| > | > | > | > | > | > >I can't send you the link but I can copy and paste the code.
Will
| > that
| > | > | > >help?
| > | > | > >
| > | > | > > "Rob Giordano (Crash)" wrote:
| > | > | > >
| > | > | > >> Are we allowed to see the form?
| > | > | > >>
| > | > | > >>
| > | > | > >>
| > | > | > >> | > | > | > >> | My FrontPage form works fine for me and the other person
with
| > edit
| > | > | > >> access
| > | > | > >> to
| > | > | > >> | our web drive. When anyone else submits the form, they get
a
| > message to
| > | > | > >> | contact the webmaster. Our tech support says our FrontPage
| > extensions
| > | > | > >> and
| > | > | > >> | permissions are all in order on the server. Does anyone
have
| > any ideas
| > | > | > >> how
| > | > | > >> to
| > | > | > >> | get the form to work?
| > | > | > >>
| > | > | > >>
| > | > | > >>
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
When I try to publish the site, i get this message:
"Server Error: Cannot create folder "_vti_cnf"


Tom Willett said:
Publish the whole web site (uncheck changed pages only) and see what
happens.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
|I published the entire folder containing the pages with forms, though not
the
| entire website. The user is now back to this error message:
|
| "FrontPage Error.
| User: please report details to this site's webmaster.
| Webmaster: please see the server's application event log for more
details."
|
| Any more ideas? Thanks for your help.
|
| Amy
|
|
|
| "Tom Willett" wrote:
|
| > In order for the forms to work, the web must be http published to a host
| > server that has the FrontPage server extensions installed.
| > --
| > ===
| > Tom Willett
| > Microsoft MVP - FrontPage
| > ---
| > FrontPage Support:
| > http://www.frontpagemvps.com/
| > ===
| > | > | Changed that. The message now says that the page needs to be
published.
| > | Ordinarily I don't publish my pages because they are on a web drive
and
| > just
| > | go to an intranet. But do you think I need to publish them?
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > You can not use absolute paths in save to or confirmation pages
| > | > change U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm"
to a
| > relative path
| > | > (same as you have for your save location)
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > | > _____________________________________________
| > | >
| > | >
| > | > | > | Oops, I'm new to this list and didn't realize I had to re-click
| > "Notify me of
| > | > | replies."
| > | > |
| > | > | Here's the code:
| > | > |
| > | > | <form method="POST" action="--WEBBOT-SELF--">
| > | > | <!--webbot bot="SaveResults"
| > | > | U-File="../../../_private/form_vestelresults.csv"
S-Format="TEXT/CSV"
| > | > | S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Builtin-Fields
| > | > | U-Confirmation-Url="http://sysmfg.dp.intel.com/newsroom.htm"
startspan
| > | > | --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
| > | > | bot="SaveResults" i-checksum="43374" endspan -->
| > | > | <p style="line-height: 100%"><font size="1">Your
| > | > | feedback on this article will help us to continuously
| > | > | improve the SM Source.</font></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | article
| > | > | length is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="length" style="font-family: Verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Just right</option>
| > | > | <option value="2">Too short</option>
| > | > | <option value="1">Too long</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | writing
| > | > | style of this article is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="style" style="font-family: Verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Very enjoyable</option>
| > | > | <option value="2">Enjoyable</option>
| > | > | <option value="1">Boring</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height:100%; margin-bottom:3px"><font size="1">The
| > | > | topic of
| > | > | this article is:</font></p>
| > | > | <p style="line-height: 100%">
| > | > | <select size="1" name="topic" style="font-family: verdana;
font-size:
| > | > | 8pt">
| > | > | <option selected>Select one</option>
| > | > | <option value="3">Very important</option>
| > | > | <option value="1">Not important</option>
| > | > | <option value="2">Important</option>
| > | > | </select></p>
| > | > | <hr>
| > | > | <p style="line-height: 100%">
| > | > | <input type="submit" value="Submit" name="B1"></p>
| > | > | </form>
| > | > |
| > | > |
| > | > | "David Berry" wrote:
| > | > |
| > | > | > Yes. Paste the code into a post so we can see what's going on.
| > | > | >
| > | > | >
| > | > | > | > | > | > >I can't send you the link but I can copy and paste the code.
Will
| > that
| > | > | > >help?
| > | > | > >
| > | > | > > "Rob Giordano (Crash)" wrote:
| > | > | > >
| > | > | > >> Are we allowed to see the form?
| > | > | > >>
| > | > | > >>
| > | > | > >>
| > | > | > >> | > | > | > >> | My FrontPage form works fine for me and the other person
with
| > edit
| > | > | > >> access
| > | > | > >> to
| > | > | > >> | our web drive. When anyone else submits the form, they get
a
| > message to
| > | > | > >> | contact the webmaster. Our tech support says our FrontPage
| > extensions
| > | > | > >> and
| > | > | > >> | permissions are all in order on the server. Does anyone
have
| > any ideas
| > | > | > >> how
| > | > | > >> to
| > | > | > >> | get the form to work?
| > | > | > >>
| > | > | > >>
| > | > | > >>
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
Back
Top