mtrueblood wrote:
> I resolved this issue. I was walking through a tutorial
that had me insert the
> hidden field after the form was already built. I decided
to go back and do the
> form all over again with the userGroup hidden field
(value = visitor) attached.
> It works now.
Be very careful using this method, as hidden form fields can
be changed
by bots, or anyone else wanting to get into your application.
If they
change it to admins, they can create an account which has
more access
than they should and cause havoc. You should put this value
in the
server side code, not in a form field.
Dooza
--
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html