Workflow question. Duplicate or not duplicate fields

Hello,i have a stupid problem.

I have a workflow form.

Supose several fields that are suposed to be editable in the first step of the workflow.

In the next Step the same fields should not be editable but should be seen.

To do this the only way i know it to duplicate the fields. One editable and the other computed linking to the first field.

This is stupid because if the form is big, duplicating the fields gives me an enourmous form more dificult to work with.

Can i do it in a more simple way?

Thanks

Subject: Restricted access section

Hi Antonio, there is a simpler way.You can enclose the fields in to a controlled access section.

Create->Section->Controlled Access

In the section you can specify who (roles) can modify the fields like:

@If(status<2; creatUser : requirer : Acceptator : “[FibuPrüfer]” : “[admin]”;

status<=4; “[FibuPrüfer]” : “[admin]”;

“[admin]”)

Cheers,

Angelo