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
Wayne Solomon 2016Wayne Solomon 2016 

How does one add the Record Type selection page to a force.com site

Hi, I'm trying to create an externally facing visualforce sites page but my page is not requesting the user to choose a record type as is the case with a logged in user.  I have granted the public profile access to the record types but when going to the site, the record type is blank
Best Answer chosen by Wayne Solomon 2016
Wayne Solomon 2016Wayne Solomon 2016
To solve this I created a "dispatcher" page with buttons for each record type and passed the recordtype through a parameter in the URL

All Answers

SandhyaSandhya (Salesforce Developers) 
Hi,

Please double check if you have permission for that recordtype.

Refer below salesforce document and see if you have done the same thing.

https://help.salesforce.com/HTViewHelpDoc?id=admin_recordtype.htm&language=en_US
 
https://success.salesforce.com/answers?id=90630000000gmqvAAA
 
Hope this helps you!

Please mark it  as Best Answer if my reply was helpful. It will make it available for other as the proper solution. 
 
Thanks and Regards
Sandhya

 
Wayne Solomon 2016Wayne Solomon 2016
Yes, it is granted on the profile, but on the page the value is blank

User-added image
Wayne Solomon 2016Wayne Solomon 2016
To solve this I created a "dispatcher" page with buttons for each record type and passed the recordtype through a parameter in the URL
This was selected as the best answer