in reply to OT: Re: Variable variable names
in thread Variable variable names
Some things make themselves more obvious. Things like multiple choice questions, with potentially long answers, do the answers in HTML text and put radio buttons next to them. Long questions with short answers, pull-down menues. I don't think I've ever needed to use a multiple select in anything I have created. That data could always be represented in other methods.
As far as "prettying up" the form elements, in my current project, I assign some variables as "selected" or "checked" and then include them in the HTML form element. That way I can maintain state between calls.
|
|---|