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
Rahul  MukherjiRahul Mukherji 

Allow customers to use flows in Force.com sites

I am trying to make a basic donor portal for a not-for-profit company. The basic idea is that donors fill out some details, and their details are used to create a new record of the Donors object. I want to implement this by embedding a flow into a Force.com site. I tried making a basic prototype, however when I access the site, authorization is required. Is there any way to set the permissions such that the public can use flows? Thank you. 
John Upton 8John Upton 8
Hi Rahul,

I have just been doing a very similar exercise, the end is in sight!
You need to give the necessary permissions to your Guest User profile. From memory, to do his. go to:
*Community Management->Administration->Pages->Go To Force.com.
*If you haven't already, add all pages you need to display to the 'Site Visualforce Pages' section.
*Then hit the 'public access settings' button at the top of the page.
*Scroll down to the 'Field Level Security' section and find 'Donor'
*Click 'View', then Edit.
*Update the privs appropriately.
*Retest your site and cross your fingers ;)