List seven design guidelines for a Web-based fill-in form.
What will be an ideal response?
The following guidelines are used for Web-based fill-in forms:
a. Provide clear instructions.
b. Use a logical entry sequence for fill-in forms.
c. Use a variety of text boxes, push buttons, radio buttons, drop-down lists, and other G U I features.
d. Provide a scrolling text box if you are uncertain how much text will be entered.
e. Include two basic buttons: Submit and Clear.
f. If the form is lengthy, divide it into several simpler forms on separate pages.
g. Create a feedback screen that lists error messages if a form has not correctly been filled out and refuses submission of the form until mandatory fields are correctly filled in.
You might also like to view...
What is a cookie? Under what circumstances should you block a cookie?
What will be an ideal response?
Tweened animations tend to produce larger-sized files than frame-by-frame animations.
Answer the following statement true (T) or false (F)
If the graph represents a highway structure, the weight can represent the distance between two places or the travel time from one place to another.
Answer the following statement true (T) or false (F)
Assume you have the following declaration char nameList[100];. Which of the following ranges is valid for the index of the array nameList?
A. 0 through 99 B. 0 through 100 C. 1 through 100 D. 1 through 101