function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ccPeterccPeter 

Contributing content other than file or URL to Library

When adding content (with the 'Contribute Content' dialog that "pops up" after clicking the 'Contribute' button) you can upload a file or you can enter a URL. After entering the information, in the next dialog you can select the destination library and associated content type (which determines the list of custom fields to enter).

 

I would like to contribute content other than a file or URL. Is there a way to override/replace the 'Contribute Content' dialog but keep the next page where the destination library and content type are selected?

 

After studying it seems to me this override capability does not exist and I would need to duplicate the page (and associated logic) where the destination library is selected and the content is inserted. It would be great of course if I could avoid that.

 

Thank you in advance for some helpful suggestions.

Peter

Best Answer chosen by Admin (Salesforce Developers) 
AmitSahuAmitSahu
Unfortunately you have to code for it..I don't think any other simple solution to it. You have to write vf pages and controller for that.