Hi Everyone.
I need a little help with some code on a php form. I think it's more javascript related but not sure.
I have a drop down box called say 'products' and next to it is a text box called 'other name'
The dropdown list has product names, product 1, product 2, product 3, and Other.
If a user chooses a product from this list I want it to copy the Product Name into the text box and make it readonly.
If they choose Other from the dropdown menu then I want them to be able to type in a product name in the text field.
Sounds simple but I really don't know where to start apart from using an onclick() on the drop down!
Thanks for any pointer you could give me!
Mark