Text field editable only by site admin only

K

konithomimo

how do you create a scrolling text field that can only be
edited by the site admin? Example: a news update text field.

Konithomimo
 
K

Kevin Spencer

You can't create a form field that can only be editied by an individual or
group. However, you CAN create a form that is private to only a group or
individual. There are several ways to do this. One is to create a subweb
with unique permissions, and put your protected documents in that web.
Another is to use ASP, ASP.Net, or some other server-side technology to
write a login page and pages that only allow logged-in users to view them.
Requires some programming.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top