complex web forms and javascript
Posted
by Casey
on Stack Overflow
See other posts from Stack Overflow
or by Casey
Published on 2010-04-28T16:20:00Z
Indexed on
2010/04/28
16:23 UTC
Read the original article
Hit count: 297
I need to create a few data heavy complicated forms. Currently, the information is being entered into a spread sheet, but the users will need to enter the information into the online form where it will be saved to a database.
The problem is that the business users currently using the spread sheet aren't going to want to use the online application if it isn't as easy as entering the information into the spread sheet. This is further complicated in that the information they are entering into the spread sheet is represented by three different DB tables where one "object" is composed of two of the others. I would prefer to not have them have to go through multiple forms.
Some of what I have been thinking is:
- Use of auto complete where possible
- Hiding/removing form fields dynamically
- possible wizard style page flow??
I've been googling for other data heavy web forms but can't seem to really find any good examples. I am familiar with jQuery and prototypejs and have also tried googling for frameworks designed for data heavy applications but didn't come up with anything.
Any thoughts?
Thanks.
© Stack Overflow or respective owner