Hallo,
I need to use checkboxes instead of the generated lookup wizard multiple selection list.
I have succeeded in replacing the select list with checkboxes and icons but can only use them if I name all checkboxes with the generated value variable. i.e.
<INPUT NAME="value9[]" TYPE="CHECKBOX" VALUE="1">
Option 1<BR>
<INPUT NAME="value9[]" TYPE="CHECKBOX" VALUE="2">
Option 2<BR>
<INPUT NAME="value9[]" TYPE="CHECKBOX" VALUE="3">
Option 3<BR>
<INPUT NAME="value9[]" TYPE="CHECKBOX" VALUE="4">
Option 4<BR>
<INPUT NAME="value9[]" TYPE="CHECKBOX" VALUE="5">
Option 5<BR>
<INPUT NAME="value9[]" TYPE="CHECKBOX" VALUE="6">
Option 6<BR>
This has the same result as a multiple selection list.
Question : How can I find out which varible number to use without first generating the code and checking the POST Varibles? The one needed in this case is variable value9.
editid = 50
aktart =
value2 = 496
value3 = 4
value4 = 1
value5 = 77.00
value6 = 7
value9 = Array
value7 = 3
type8 = file0
MAX_FILE_SIZE = 1073741824
value14 =
value15 = 2006-07-24 08:56:13
value16 = robert
type17 = checkbox
value11 =
value12 =
submit1 = Speichern
a = edited
imagefield =
Robert