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
Artjom DzugArtjom Dzug 

External web page(anonymous form) that connects to Custom object is Salesforce

Hello good people!
We have a project, and we need to make an external web page with an anonymous form that connects to a Custom object in Salesforce. At the moment our top option is Heroku, but we are still not sure how the system works(Exactly how to develop the app and deploy it). Any suggestions from experienced people? 
Thank you in advance
Ramesh DRamesh D
Try building a lightning out component and expose it to external webpage.
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/lightning_out.htm

Thanks
Ramesh