Good Afternoon Nelson:
It sounds like you are attempting to write something that could be done in an extension: http://www.mediawiki.org/wiki/Extensions
You could create a simple extension that would display a form for users to interact with, and with the "submit" button you could then do anything you wanted to do with the input. Extensions are not seriously difficult, although you should know some php programming.
Alternatively, you could use a template to start a new page, where the template starts the organization of the page as you would like to see it.
There are probably a number of methods you could use to implement your function.
--Hiram
Nelson A Li wrote:
Courtney,
Yes, the attached screenshot is just a html with a form table. You may not believe it, but it is true that I don't know how to manulally create a wiki page with the form that user can fill out. Also, I would like to be able to pre-fill the form using php code with the data I retrieved from the DB.
Nelson