mikebio
02-29-2012, 03:07 PM
Hi Everyone
I'll explain the situation first:
I need to build a website that allows students to select from a drop down list and then hit an 'Add button'. From there, that value will go to another part of the screen and display as bullets. Once that list is built, they can hit a final submit button that sends an email to someone with everything they selected.
More Detail:
LEFT SIDE OF SCREEN:
[DROP DOWN LIST] <- this will have all the courses listed that we offer. Once once is selected.
[ADD] <- add button that puts the values from the dropdown list to an array.
RIGHT SIDE OF SCREEN:
My Courses:
* TEST1001
* TEST1002
This is being updated dynamically so that whenever the add button is hit, this lists grows.
[SEND] <- Send button
Thank you,
I'll explain the situation first:
I need to build a website that allows students to select from a drop down list and then hit an 'Add button'. From there, that value will go to another part of the screen and display as bullets. Once that list is built, they can hit a final submit button that sends an email to someone with everything they selected.
More Detail:
LEFT SIDE OF SCREEN:
[DROP DOWN LIST] <- this will have all the courses listed that we offer. Once once is selected.
[ADD] <- add button that puts the values from the dropdown list to an array.
RIGHT SIDE OF SCREEN:
My Courses:
* TEST1001
* TEST1002
This is being updated dynamically so that whenever the add button is hit, this lists grows.
[SEND] <- Send button
Thank you,