I need to design a page to get user inputs in below format:
1. Item A (text)
a. Sub-item (text)
b. Upload photo for Sub-item (Browse and upload)
c. Description for Sub-item (text)
2. Item B (text)
a. Sub-item (text)
b. Upload photo for Sub-item (Browse and upload)
c. Description for Sub-item (text)
Only Item A, Item B, Item n.. are required. All other fields are optional. I like this to be in one page, heavy javascript to guide users.
I am thinking to show only one field for Item A, when users click on it, it show other field one by one through jQuery. All field should have Suggested Text, etc...
But is there a suitable method for getting multiple user inputs through text in a list format that is not too intimidating for users?
