Promote Crypt::SSLeay to Recommends; needed for https openid auth.
[ikiwiki.git] / doc / forum / field_and_forms.mdwn
blob97fda18569bf1197e79dec0cddf75c90cfb0daa4
1 Dear ikiwiki users, and specially [[users/KathrynAndersen]] ([[users/rubykat]]):
2 have you considered some way of extending ikiwiki to allow some kind of
3 on-the-fly generation of web forms to create new pages? these web forms should
4 offer as many fields as one has defined in some [[page
5 template|plugins/contrib/ftemplate]], and, once POSTed, should create a page
6 using that template, with those fields already filled with the values the user
7 provided.
9 I see this a a generalization of the `postform` option of the
10 [[ikiwiki/directive/inline]] directive. That option tells ikiwiki to create a
11 form with one field already filled (title).
13 What are your ideas about this?