aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Form Design Question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Form Design Question" Watch "Form Design Question" New topic
Author

Form Design Question

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

I mocked up an example to illustrate my question a bit



A user lands on this form which is purely an edit form. The initial data is populated via a dialog. So when a user is editing this data the part that is bothering me is half the form is saved via a button click and the other half is saved automatically. Both via ajax, but that doesn't really matter.

My concern is that users may think they have to hit save for the bottom half (lists) to be persisted. I'm not a huge fan of instructional text everywhere on forms. I'd rather things be visually intuitive. Am I over thinking this? Is there something I can do to make it more intuitive?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56151
    
  13

I'd suggest visually blocking out the upper form with a different background color that seta it apart from the rest.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56151
    
  13

P.s. I really like Mockups too.
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

Bear Bibeault wrote:I'd suggest visually blocking out the upper form with a different background color that seta it apart from the rest.


I read "blocking out" and I think disabled. You don't mean that, do you?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56151
    
  13

No, no. Just talking about putting a background color behind the "subform" to make it appear visually separated from the rest of the form.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Form Design Question
 
Similar Threads
Databases and jsp
Saving Edited PDF Forms using iText
3 client types for locking
XML and dynamic data
Redirect to login in ajax...