->setMultiOptions($ExistingArray)
... and so on. Adventure, Biography and Business being in my $ExistingArray.Code:<option value="0" label="Select Genre">Select Genre</option> <option value="1" label="Adventure">Adventure</option> <option value="2" label="Biography">Biography</option> <option value="3" label="Business">Business</option>
How can I set the value to be the same as the Option / Label rather than a numeric value?





Bookmarks