Why don't you show us what you have so far?
On Oct 1, 9:29 pm, shapper <[EMAIL PROTECTED]> wrote: > Hello, > > On a page I have two inputs, A and B, a select, C, and a button. > > I also have an unordered list. > > When the button is pressed the content of A, B and C should be put > together into a string: > > "A (B) (C)" > > And added as a list item into the list. > There should also be a button for each list item that when pressed > should remove the list item. > > The item should only be added if an option was selected in C and if A > is not empty. B can be empty. > > Is this possible? > > Could someone, please, help me out? > > Thanks, > Miguel