Forms are generally used to retrieve user input such as text, selected radio button, selected checkboxes and actions like pushing a button

learn more… | top users | synonyms (1)

8
votes
4answers
223 views

How can I split up a really long application form on a mobile website?

If the number of questions this form asks is fixed by legal/business reasons (it's a loan application form for a bank), what is a good way to break it down into bite sized chunks? The two options I ...
5
votes
4answers
63 views

Should the selection of a Radio button control the display of two different forms?

I am working on a reporting form for an electronic healthcare record application used by physicians to generate reports on usage. There are two different report types. Only one type of report can be ...
0
votes
0answers
21 views

Java GUI - JLIST + Refresh

I need to create an interface which includes a list of events. The events are saved into a Vector List and I need to be able to display a list of their 3 variables like this: 13/05/2003 Task 1 ...