]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/field_and_forms.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / forum / field_and_forms.mdwn
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.
8
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).
12
13 What are your ideas about this?