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
MR_BennettMR_Bennett 

Passing data to Force.com Site

Hi guys, I am looking to build a simple form using sites.  

 

 Here's what I want to do:

 

 

The form will be used to update records in Salesforce.  We currently use Formassembly for this, but it makes sense to build this ourselves and save that additional cost. What I need to do, set up a two stage submission process for the form. So the user fills out the fields, and clicks on a confirm button which will then store their responses for review before final submission.  However at the same time of this confirmation/review process I will need Salesforce to return what the existing values are for that particular record, almost in like a side by side comparison.  Is something like this possible?  

apaiapai

Hey KraftyTwo,

 

Yes, it is possible to achieve your needs using custom VisualForce pages and Apex Controller.

 

Thanks.