Input Forms

From ActionApps Documentation
Revision as of 19:57, 21 July 2005 by Marek (talk | contribs)

Jump to: navigation, search

Input form is an online form which ActionApps users use to manually add data into a slice. You as a developer of ActionApps based website are responsible for making the form user friendly and intuitive. Any input forms a collection (or sequence) of input elements, which correspond to slice Fields. You know HTML, so you know what online forms are (the ones you do using the <form> tag). You also know what input elements are (the ones you do using the <input> tag). And, you also know that there are various types of input elements, like textarea, select box, simple text box. ActionApps can generate any of those, plus many more:

Types of input elements