I'm looking for some help with forms! Having learned a decent bit of HTML and CSS, I'm still a bit of a newbie when it comes to forms and the server-side scripting behind them. I hope my question is fairly self-explanatory, but to clarify what I am trying to achieve:
- I would to create a form with the options 'Default' or 'Custom' colors on check boxes (or radio buttons)
- If the user selects 'Custom' I would like a drop down menu to become available, with a list of the colors to choose from
- Ideally I would like the drop down box to be present in the form, but 'greyed out' (i.e. non-selectable) until 'Custom' is checked, rather than just appearing (although this is a 'nice to have')
My questions then, are 'what language would I use to achieve this? (i.e. PHP?)' and 'how!?'
Thanks in advance for anyone that can help me. Obviously I'd like a solution that is 'good to go', but I'm happy to be pointed in the direction of further reading on the subject, as I like to learn and I just can't seem to find out what the 'right' language and learning is for this...
Jim.