I have a cascading dropdown where the lookup values change based on the dropdown above it, so the values will change based on the first selection. I need to change the field label of the 2nd dropdown based on the selection of the first dropdown.
So if it the dropdown value for the 1st dropdown is "A", then the field label for the 2nd dropdown would change to "Select "A" submission:" and if "B" is selected for the dropdown value for the 1st dropdown, then the field label for the 2nd dropdown would change to "Select "B" submission:" as an example. I actually have 2 words that would be static for each selection, so I don't necessarily need to grab the text from the dropdown, I just need to be able to switch the label for the 2nd dropdown based on the 1st dropdown selection.
Is there a way to do this somehow with a rule conditionally or a JavaScript that would work?
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
brbbrid
I have a cascading dropdown where the lookup values change based on the dropdown above it, so the values will change based on the first selection. I need to change the field label of the 2nd dropdown based on the selection of the first dropdown.
So if it the dropdown value for the 1st dropdown is "A", then the field label for the 2nd dropdown would change to "Select "A" submission:" and if "B" is selected for the dropdown value for the 1st dropdown, then the field label for the 2nd dropdown would change to "Select "B" submission:" as an example. I actually have 2 words that would be static for each selection, so I don't necessarily need to grab the text from the dropdown, I just need to be able to switch the label for the 2nd dropdown based on the 1st dropdown selection.
Is there a way to do this somehow with a rule conditionally or a JavaScript that would work?
Thank you in advance to anyone able to help!
Link to comment
Share on other sites
1 answer 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.