1

I would like to show a completed form using a model instance and the form class that was used to render the form. Basically, I want to show the 'completed' form, read-only. Is there an easy way to do this?

4

1 回答 1

1

当然。只需readonly在“已完成”表单的输入中设置属性:http: //www.w3schools.com/tags/att_input_readonly.asp

于 2013-02-22T01:11:41.630 回答