Good Evening Everyone,
I'm not too sure if this can be done without some intensive coding, but what I'm looking to do is seemingly simple.
I am creating some pages with forms and want the various levels within the form to repeat once data is entered into one line.
For example, let's assume we have one drop box and one text field.
Select an Item: *New Drop* Enter New Name: *Blank Field*
However once data is entered I want another line to appear below it.
Select an Item: *TV* Enter New Name: *Television*
Select an Item: *New Drop* Enter New Name: *Blank Field*
Of course this would repeat continuously. The pages are actually .php but that is serverside generation and will not know when the person has entered a value into either box. So maybe this is a job for Java? I hope not, because I don't know Java. Maybe someone can point me in the right direction? Maybe there is already code out there that will do this.
Any help is appreciated!
Thank you,
Kyle
I'm not too sure if this can be done without some intensive coding, but what I'm looking to do is seemingly simple.
I am creating some pages with forms and want the various levels within the form to repeat once data is entered into one line.
For example, let's assume we have one drop box and one text field.
Select an Item: *New Drop* Enter New Name: *Blank Field*
However once data is entered I want another line to appear below it.
Select an Item: *TV* Enter New Name: *Television*
Select an Item: *New Drop* Enter New Name: *Blank Field*
Of course this would repeat continuously. The pages are actually .php but that is serverside generation and will not know when the person has entered a value into either box. So maybe this is a job for Java? I hope not, because I don't know Java. Maybe someone can point me in the right direction? Maybe there is already code out there that will do this.
Any help is appreciated!
Thank you,
Kyle
Comment