Display cf_id in a form

amsharma 19 Jul, 2011
Hello,

I have a simple requirement, searched the forums a lot but I could not find a clear solution. I would like to show cf_id field in my form as DISPLAY only (non-editable). It should not be editable. For a new record it can be empty but when I modify a record using another menu option involving ChronoConnectivity it should show up.

I have custom code written in the Form HTML. I tried everything but unless I make it "input" field it does not show up. Tried using value="{cf_id}" etc and php in the form html in the Chronoform but it hasn't helped.

Probably something very basic but I couldn't do it.

Thanks
Amal
GreyHead 20 Jul, 2011
Hi Amal,

Add readonly='readonly' to the input.

Bob
This topic is locked and no more replies can be posted.