Main
The Road Behind
VenezuelaTrinidad Curacao Galapagos Ecuador Peru Bolivia Paraguay Argentina Chile Hong Kong Thailand North Thailand South Malaysia Cambodia Singapore Nepal Kathmandu Royal Trek Nepal Trek India India Palace Udaipur Bangalore Greece Islands Rhodes Camping Olympia Turkey Istanbul Bath Bursa Cappadocia Bodrum South Africa Garden Route Cape Town Namibia Fish River Etosha Botswana Zimbabwe Wedding Great Ruins Germany Bathroom Netherlands Spain Madrid Seville Granada Gibraltar Morocco Portugal Sintra France Normandy Egypt Pyramids Nile Aswan Abusimbel Luxor Valley of Kings Alexandria Red Sea Jordan Kings Valley Aman Palestine The Road Ahead
IsrealCzech Republic Austria Italy Switzerland England Find pages Unused pages Undefined pages Page Index
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
|
The FormSet can be used to set default parameters to a submission. Parameters
The rest of the parameters are used by the different Form elements to set the defaults. ExampleThe 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.
|
Please make one. |
||||||