Hi all,
I have some hopefully easy questions (using 1.2 RC 3).
1. How can I make regular text entry fields appear with only a certain number of characters?
I.e. I have a data field that will only accept a 3 letter code, and I want the corresponding entry field to only show up with a corresponding width of 3 (or maybe 4) characters. If I use the 'cols' parameter for $form->input(), the entry field is always at least 2 lines high, which is 1 line too many.
2. Is it possible to assign icons instead of text to checkboxes?
3. And can I make checkboxes appear next to each other in one line, instead of each checkbox getting its own line?
Thanks in advance,
srf