Dynamic changing forms

I would like to create in rails a form which is looking like text but
on click its changing to standard fields form. sth like at google
calendar during editing event. how to do this any hints ?

Perhaps the in_place_edit plugin would be right for your situation.

http://svn.rubyonrails.org/rails//plugins/in_place_editing/

-Kyle

thanks for reply