I have a virtual listbox in a submission form. I've made it multi-select by using the usual JS code.
I want the user's selection(s) to return when a new search is made, so I went to the advanced tab of the datapage and put the same parameter that I pass on exit, into load.
Everything works well if I select just 1 entry in the listbox (ie, that same entry comes back as highlighted when I do a new search).
But if I multi-select an entry, when I carry out a new search those previous entries don't highlight.
Instead, I see a new entry at the bottom of the listbox with all my previous entries separated by commas.
Help!
Also, how can I make cascading listbox selections return with a new search (both single and multi-select). There's no parameter 'load' feature in the advanced tab for that element.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Farnsbarnes
You'll like this one!
I have a virtual listbox in a submission form. I've made it multi-select by using the usual JS code.
I want the user's selection(s) to return when a new search is made, so I went to the advanced tab of the datapage and put the same parameter that I pass on exit, into load.
Everything works well if I select just 1 entry in the listbox (ie, that same entry comes back as highlighted when I do a new search).
But if I multi-select an entry, when I carry out a new search those previous entries don't highlight.
Instead, I see a new entry at the bottom of the listbox with all my previous entries separated by commas.
Help!
Also, how can I make cascading listbox selections return with a new search (both single and multi-select). There's no parameter 'load' feature in the advanced tab for that element.
Many thanks
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.