Wiki Form

It is easy to create forms in wiki by using the built-in HTML Plugin.

Use <form ...> ... <input type=submit ...></form> for posts to remote services. Services are expected to respond with json for a page to be added to the lineup.

For example, this form submits an image url to a remote service as if the image had been dropped on an image transporter. See About Transport Plugin

Note: fidelity with the Transport plugin api is not required of form handlers.

Below is an example a a simple HTML Form:

First name:

Last name:


Pressing submit shows replaces this web page with the returned JSON

# See also - Forms in Wiki