JFS
|
| Posted: 04/26/2002, 10:04 AM |
|
Is there any way to set the initial value of a listbox to the current value stored in the field the listbox is linked to. Also, does anybody know how to do multiple selects with listboxes. Using CC 2 with PHP. Thanks in advance.
|
|
|
 |
Nicole
|
| Posted: 04/29/2002, 4:19 AM |
|
Hello,
1. create custom show event and assign custom initial value to listbox.
2. you may improve any CC project with custom code.
What you need is to modify html code in order to add MULTIPLE option to <select> tag.
Of course the main task is to create PHP function that will parse string of parameters passed from the form and split it to get all values selected from ListBox.
|
|
|
 |
|