FormInput

The FormInput -element allows you to create different kinds of basic HTML form elements: text, password, button, etc.

Parameters#

Examples#

[{FormOpen form='helloform'}]
Hello, [{FormInput type='text' name='hellotext'}]
[{FormInput type='submit' value='Submit, please' name='submit'}]
[{FormClose}]

Would appear like this:

Hello,


Back to WikiForms.