I'm a newbie to javascript and need help with the simplest way to create an order form. The fields required are Order No., Description, Unit, Price, Quantity and Total. The user would enter an order number which would automatically complete the Description, Unit and Price fields. I have 448 products on the order form.
Product used:
Adobe Livecycle Designer ES in Adobe Professional 9
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
There are a few things to consider first:
448 is a lot of codes for the user to process. Can these be split into groups, so that one dropdown with 10 options, would populate second with say 40 options.
What you are looking for is possible, but will require some scripting to get it to work and will probably require maintenance going forward.
Maybe a bit more info would help,
Niall
Steve has a solution for you ;-)
Views
Replies
Total Likes
Take a look at the attached. It has a drop-down that contains part numbers which results in the description and unit price being added to the row.
Steve
Hi,
There are a few things to consider first:
448 is a lot of codes for the user to process. Can these be split into groups, so that one dropdown with 10 options, would populate second with say 40 options.
What you are looking for is possible, but will require some scripting to get it to work and will probably require maintenance going forward.
Maybe a bit more info would help,
Niall
Steve has a solution for you ;-)
Views
Replies
Total Likes
Views
Replies
Total Likes
I noticed the restriction at the bottom of the attachment. What exactly does this mean? Does this place a restriction on copying code?
Views
Replies
Total Likes
The form will not be connected to a database. The data is in an excel spreadsheet. Can the spreadsheet somehow be linked to the form? The drop down will have the item numbers 1 - 448 listed. Grouping is not possible. Thanks for your help.
Views
Replies
Total Likes
You could export the spreadsheet as XML and then bind the XML to the drop-down.
Steve
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies