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.

Computer Science & Information Technology

You might also like to view...

What is a cookie? Under what circumstances should you block a cookie?

What will be an ideal response?

Computer Science & Information Technology

Tweened animations tend to produce larger-sized files than frame-by-frame animations.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

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)

Computer Science & Information Technology

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

Computer Science & Information Technology