This topic is locked

Multiselect - More than one?

9/30/2014 7:49:36 AM
Multiselect plugin support forum
acaruson author


this_object.settings("required") = true

this_object.settings("selectableHeader") = "<div class=""custom-header"">Select from this list of Store Areas</div>"

this_object.settings("selectionHeader") = "<div class=""custom-header"">You Selected the following Store Areas</div>"

this_object.settings("selectableFooter") = "<div class=""custom-header"">Select from this list of Store Areas</div>"

this_object.settings("selectionFooter") = "<div class=""custom-header"">You Selected the following Store Areas</div>"

this_object.settings("disabledClass") = "disabled"

this_object.settings("selectableOptgroup") = false

this_object.settings("selectDeselectAll") = true
this_object.settings("table") = "tbl_dd_Interests"

this_object.settings("link_field") = "Interests"

this_object.settings("display_field") = "Interests"


The code for MULTISELECT #2 is:

this_object.settings("required") = true

this_object.settings("selectableHeader") = "<div class=""custom-header"">Select from this list of Store Areas</div>"

this_object.settings("selectionHeader") = "<div class=""custom-header"">You Selected the following Store Areas</div>"

this_object.settings("selectableFooter") = "<div class=""custom-header"">Select from this list of Store Areas</div>"

this_object.settings("selectionFooter") = "<div class=""custom-header"">You Selected the following Store Areas</div>"

this_object.settings("disabledClass") = "disabled"

this_object.settings("selectableOptgroup") = false

this_object.settings("selectDeselectAll") = true
this_object.settings("table") = "tbl_Locations"

this_object.settings("link_field") = "Business_Name"

this_object.settings("display_field") = "Business_Name"[/font]
Each control points to a separate table. However, no matter what I do, the form uses the value provided for the first table for every multiselect control I place in the form. (Notice how the second control doesn't list locations...even though it's supposed to.)
Is it possible to use more than one MULTISELECT control on a single form? If so, how can it be done?[/b][/font][/size]

acaruson author 10/2/2014

If anyone uses the Multiselect addon...and wants to help by trying to duplicate the issue, it would be greatly appreciated.
Simply try to put TWO or more Multiselect controls on a single page or form...each one pointing to a different table of data. What happens?