Form asks for user ID/password?

  • Thread starter Thread starter rmc
  • Start date Start date
R

rmc

Hi all:

I created a simple form to collect info for my class reunion. When you
submit the form it asks for the administrator's user ID and password.

Any way to make this NOT happen?

www.rcodaphotography.com/plhs78/

Thanks

--
***************************************************************

Regards,

Richard M. Coda
PC Type Graphic Design
 
sounds to me like a FrontPage extensions problem. I think the server is
trying to get permission to write to the file you're saving the results to
in the _private folder.
 
The FP2002 File Upload requires a host w/ the FP 2002 SE that allows file uploads and to a folder set for write permissions (in you
case they need to set permissions for S-Destination="plhs78/pics/")

You must save results to a folder w/ write pemissions
- by default the _private folder (and the file must exist)
You have U-File="plhs78-25.txt" and it should be U-File="_private/plhs78-25.txt"
- move plhs78-25.txt to the _private folder

Your form also has some other errors
You have S-Email-ReplyTo="(e-mail address removed)"
- that is reserverd for a field name from the form
It should be set to the users Email address (from the form)
In you case: S-Email-ReplyTo="Email"

--




| Hi all:
|
| I created a simple form to collect info for my class reunion. When you
| submit the form it asks for the administrator's user ID and password.
|
| Any way to make this NOT happen?
|
| www.rcodaphotography.com/plhs78/
|
| Thanks
|
| --
| ***************************************************************
|
| Regards,
|
| Richard M. Coda
| PC Type Graphic Design
|
|
 
Back
Top