I am generating an add page along with the other standard list, edit, copy, delete etc..
I am trying to use a readonly field to force a certain value at record add/creation on the add page only. After that I want the administration to take that same field and have drop down options later in the process. The purpose is to setup a new record as applied status first then when admins can come in and use the drop down with other values after the fact.
When I put the read only field on the add page with the default value of "Applied" and then do NOT check the add to edit page as well button. It adds it to the edit page and list page anyway.
How can I have this field fixed on the add page and dropdown on the others. I was looking for hidden field and couldn't find it.
Thanks for your help..