- Form Basics
- Inputs (Objects/Fields)
- Name (case sensitive)
- Value (case sensitive)
- Other Properties
- Defaults
- Submission
- Response
- Multiple Forms Per Page
- Form Size / Formatting
- Submission Actions
- mailto (Client Side)
- CGI (Server Side)
- Submission Methods
- View -> Visual Aids -> Invisible Elements
- Forms Object Panel (or Insert -> Form Objects )
- Insert FORM
- Name
- Action
- Method
- Target (not all browsers)
- Encoding Type
- application/x-www-form-urlencoded (default)
- multipart/form-data (only for uploads)
- Text Fields
- Char Width (size)
- Init Val (value)
- Single Line / Password
- Multi Line (TEXTAREA)
- Num Lines
- Wrapping
- Default
- Off
- Virtual (linebreaks only on screen)
- Physical (linebreaks in submitted data)
- Hidden Field
- Check Boxes (Multiple Choices from Group)
- CHECKED
(Unchecked responses do not
show up in submitted data)
- Radio Buttons (Single Choice in Group)
- Name (use same name to define group)
- Value
- CHECKED
(Whichever value is chosen will be the
only value in submitted data)
- List / Menu
- Type : Menu
- Name
- List Values (Label/Value)
- Initially Selected
- Type : List
- Height (Rows)
- Multiple Selections
- Jump Menus
- No Action Required
- Menu Items
- Open URL's in window (TARGET)
- Menu Name
- Go Button
- Select First After
- Post-Editing
- Buttons
- Name/Label
- Submit
- Reset
- Other (none)
- Image Buttons (submit only)
- Name
- Width/Height
- Src
- Alt
- Alignment
- X and Y coordinates (name.x/name.y)
- Non-Submit Buttons (Advanced : Pg. 402)
- File Upload Field (Advanced)
- Free Form Handlers
- More Information
|
- Forms Tips
- Form Borders/Margins
- Use Tables for closer spacing
- Use Field Labels
- Don't Nest Forms
- Avoid Defaults for Text Entry
- Don't Target Forms
- Preview / Test your Forms
|