This topic is locked

How do I hide a field based on user?

5/20/2008 9:54:18 AM
ASPRunnerPro General questions
L
lonestar author

I want to make it so that guests can't see the price of something until they've logged into the site. However, it's only this one field that I don't want them to be able to see. How would I go about doing this?

J
Jane 5/21/2008

Hi,
edit list page in HTML mode on the Visual Editor tab for this purpose.

Here is a sample:

{if $userid!="Guest"}

{$row.1FieldName_value}

{/if}