Hello, I would like to change the order of the field of my forms depending of the user and their access to the information... Mainly I would like to make appear a verification check box at the bottom of all fields when the "verify" form is showed to the user. There is also the "approbation" form so that why there is extra field back the "verify" form for lower autorised access user.
I think I can redefine the model in controller as I want?? But not sure how to do it (define all the fields types, etc.)... It could be more wise to use "Table Inheritance"?? Thanks Richard

