This topic is locked

making forms public, but data private

8/16/2007 1:23:16 PM
PHPRunner General questions
Allenh author

I have a password protected area for admin setup. This area includes various tables. Some of these tables have forms that should be submited by site visitiors.

How do I make forms 'public' without making users sign-in/sign-up? I've set the default group to allow editing of the forms, but if go the to form url, I get a "Your session has expired. " - it wants me to login.
I'm sure this is simple, but I'm not seeing the answer.
Thanks.

allen.

F
frocco 8/16/2007

You can create a view and add the default group as list only.
HTH
Frank

I have a password protected area for admin setup. This area includes various tables. Some of these tables have forms that should be submited by site visitiors.

How do I make forms 'public' without making users sign-in/sign-up? I've set the default group to allow editing of the forms, but if go the to form url, I get a "Your session has expired. " - it wants me to login.
I'm sure this is simple, but I'm not seeing the answer.
Thanks.

allen.

Allenh author 8/16/2007

Tried that before and again, and I still get the same session expired message. I tested I multiple browsers and cleared my cashe.
The default group needs 'add' not just 'list' but I tested all variation, and I still get the session message.
Any other thoughts - anyone?