This topic is locked

Giving a field different add and edit properties

3/6/2010 9:32:02 PM
PHPRunner General questions
A
ashipley author

I would like to assign a different property for a field in the add page then for the edit page. Foer exanple, when a user logs in and fills out a new form, I use "Read Only" and fill in default information on certian field forms. The user sees the info, but cannot change it. Lateter, I may want to edit thefields, but I can't because they are read only. If I change thefields in the edit page to be a text field, it automatically changes the field on the add page the same way. I want to make the field a "Read only" field in the add page, but a text field of a lookup field in the dit page. I DO NOt have "Apply to edit page as well" checked.
Arthur

A
Aleix 3/7/2010

I do not know if there are another way more easy but I would do this:
One customer View with a Add Pages with OnlyRead field
Second customer View with Edit Page with editable field
In this way you can do anything and table is the same
Bye
Aleix