idea about 'dynamic' forms
authorJavier Rojas <jerojasro@devnull.li>
Sat, 18 Sep 2010 01:08:49 +0000 (20:08 -0500)
committerJavier Rojas <jerojasro@devnull.li>
Sat, 18 Sep 2010 01:08:49 +0000 (20:08 -0500)
doc/forum/field_and_forms.mdwn [new file with mode: 0644]

diff --git a/doc/forum/field_and_forms.mdwn b/doc/forum/field_and_forms.mdwn
new file mode 100644 (file)
index 0000000..97fda18
--- /dev/null
@@ -0,0 +1,13 @@
+Dear ikiwiki users, and specially [[users/KathrynAndersen]] ([[users/rubykat]]):
+have you considered some way of extending ikiwiki to allow some kind of
+on-the-fly generation of web forms to create new pages? these web forms should
+offer as many fields as one has defined in some [[page
+template|plugins/contrib/ftemplate]], and, once POSTed, should create a page
+using that template, with those fields already filled with the values the user
+provided.
+
+I see this a a generalization of the `postform` option of the
+[[ikiwiki/directive/inline]] directive. That option tells ikiwiki to create a
+form with one field already filled (title).
+
+What are your ideas about this?