InterviewSolution
| 1. |
How To Support Multiple-page Forms? |
|
Answer» If you have a long form with a lots of fields, you may want to DIVIDE the fields into MULTIPLE groups and present multiple pages with one group of fields on one page. This makes the a long form more user-friendly. However, this requires you to write good scripts that: If you have a long form with a lots of fields, you may want to divide the fields into multiple groups and present multiple pages with one group of fields on one page. This makes the a long form more user-friendly. However, this requires you to write good scripts that: |
|