You need to sign in to do that
Don't have an account?

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.
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 ;)