I have two required field in a document library. I want to use some conditional formatting for them. For example, when I upload a new document, I want the first column to show with several choices. Depending on the choice the user makes, I want the second required column to come up where they can select a secondary option. Is this doable? Right now both required columns come up when the upload file is clicked.
This is making me crazy! I got this working perfectly from my main site collection page. But it won’t work when I try to implement it in a team sub site. Do you know why this would be. I’m assuming it has something to do with a file path name but I’m stumped. Any direction and IÂ Â would be extremely grateful.
I’m not terribly fluent in javascript. Assuming I can figure it out, where would the code go?
As others have already mentioned, you’ll need to use JavaScript to do this.
That is exactly the issue I am running into. I need all the data from both of the content types to be placed into the two required columns.
You would still have to use 2 different columns (1 in each content type) to achieve that. Because the data lives in 2 columns, you wouldn’t be able to sort or group as as whole. Queries would require checking both columns.Â