Jump to content
  • 0

Cascading Dropdown on on child form


JohnJ

Question

I am trying to setup a cascading dropdown that has a parent on a previously accessed datapage.

So 2 datapages (A & B ).....When A is completed it goes to B. A has a dropdown that selects a team name (based on a view) . B has a dropdown that should list player numbers that are on the team selected in the dropdown on datapage A.   

This works just fine if I have both dropdowns on the same datapage, but I need it to work over 2 datapages. Is there a way to set a Cascading element's parent to something from a different datapage? Perhaps by a parameter? 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
14 hours ago, JohnJ said:

I am trying to setup a cascading dropdown that has a parent on a previously accessed datapage.

So 2 datapages (A & B ).....When A is completed it goes to B. A has a dropdown that selects a team name (based on a view) . B has a dropdown that should list player numbers that are on the team selected in the dropdown on datapage A.   

This works just fine if I have both dropdowns on the same datapage, but I need it to work over 2 datapages. Is there a way to set a Cascading element's parent to something from a different datapage? Perhaps by a parameter? 

 

Sure it's possible.you need to pass a parameter from the datapage A to a virtual field on a datapage B. Then use the virtual field as a parent field on the datapage B. You may pass parameter in query string or on exit from the datapage.

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...