Jump to content
  • 0

Enabling Multi-Select w/ Cascading Listbox & Virtual Fields


ganaxi

Question

Hi,

I am attempting to enable Multi-Select in a Cascading listbox that has virtual fields. It seems that with the built-in functionality, and the following coding in the footer:

var fieldname1 = "cbParamVirtual1";

var fieldname2 = "cbParamVirtual2";

var fieldname3 = "cbParamVirtual3";

document.getElementById("cbParamVirtual1").multiple=true;

document.getElementById("cbParamVirtual2").multiple=true;

document.getElementById("cbParamVirtual3").multiple=true;

one can enable multi-select, but then you lose the cascading listbox functionality.

Has anyone been able to enable both, with or without virtual fields in the submission form?

Thank you for your responses.

Ganaxi

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

None so far. I am hoping someone with more programming skills may have a solution.

At this point, I have given up on the multi-select (it is not absolutely required for my application, but is a nice-to-have), as having both submission and results dataPages on same webpage is more important to me (hence, the use of parameters, which then limits the multi-select option).

Ganaxi

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...