Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Prevent user from modifying a certain field

Quote Reply
Prevent user from modifying a certain field
what do I added or edit to perform this task?

I believe in LinksSQLv1, you can add value onto the modify.cgi script. HOw can I do this in SQL 2? Thanks

Quote Reply
Re: Prevent user from modifying a certain field In reply to
Look in the modify.cgi codes and use the $original-> codes for the column/field that you do not want them to edit...or add hidden fields in the form.txt file.

Regards,

Eliot Lee
Quote Reply
Re: Prevent user from modifying a certain field In reply to
Thanks for your reply.

under which sub routine should I start placing that?

say using: <%Description%>

What is the full code I need to input? Thanks