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
Melissa SautterMelissa Sautter 

Custom Form in Salesforce

I want to create a custom form that a Sales Rep on our team can use to populate a series of custom fields on an opportunity record. Once completed it should also get sent to several people in our Org. I do not want to use a 3rd party plugin and would like it to be native to Salesforce. Ideally it would be triggered by clicking a button on the Opportunity record when they are ready to fill this information in. 
What is the best way to accomplish this?
PratikPratik (Salesforce Developers) 
Hi Melissa,

You can do it though Custom button.
Call a Visualforce page on button click.
You can add the different field on VF page and also a check box to send email. (this logic can be written apex class).

Thanks,
Pratik