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
Christopher Jones 48Christopher Jones 48 

create a submission form using Visualforce

I would like to create a submission form for Managers to request access for new users to have access to the SFDC application . Currently the form lives in a word document that is sent via email to Admins .
Manish  ChoudhariManish Choudhari
Hi Chris,

You can create a <apex:inputText> component on VF page and then use Messaging.SingleEmailMessage class in controller to send email.

Let me know if you like this approach than If you need, I can help you with code example as well.

Thanks,
Manish
Christopher Jones 48Christopher Jones 48
I'm new to this  and willing to give it a try. Any assistance that you can provide willbe greatly appreciated.

Thanks