Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 19-Jul-2006 09:36 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 27 lines
The [FormSet] can be used to set default parameters to a submission.
!Parameters
* __form__ : Which form this applies to. Mandatory.
The rest of the parameters are used by the different Form elements to set the defaults.
!Example
The following creates a form which has two fields, where the "title" is set to empty, and a hidden parameter "status" with the value "NewBug" is added. The parameter is hidden, because there's no [FormInput] to handle it.
{{{
[{FormSet form='reportform' status='NewBug' title=''}]
[{FormOutput form='reportform' handler='BugReportHandler' populate='handler'}]
[{FormOpen form='reportform'}]
|Title of the bug:| [{FormInput type='text' name='title' size=80}]\\
''Mandatory. Please try to be brief, use a whole sentence of ten words or less.''
\\
[{FormTextarea name='description' rows=25 cols=80}]
[{FormClose}]
}}}
----
Back to [WikiForms].
Version Date Modified Size Author Changes ... Change note
19-Jul-2006 09:36 0.909 kB UnknownAuthor
« This page (revision-) was last changed on 19-Jul-2006 09:36 by UnknownAuthor