Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
chatteranswers:registration
Displays the Chatter Answers registration page.
This example displays the Chatter Answers registration component.
1<apex:page showHeader="true">
2 <chatteranswers:registration hideTerms="false" useUrlRewriter="false" profileId="00exx0000000000" registrationClassName="ChatterAnswersRegistration"/>
3 </apex:page>Attributes
| Attribute Name | Attribute Type | Description | Required? | API Version | Access |
|---|---|---|---|---|---|
| hideTerms | Boolean | Flag to hide Terms and Conditions section. | 24.0 | ||
| id | String | An identifier that allows the component to be referenced by other components in the page. | 14.0 | global | |
| profileId | id | If this component is accessed through a Salesforce Community, it represents the profile ID of the self-registered user. This profile is used only for Salesforce Community site registration and not for standalone Force.com site registration. | 24.0 | ||
| registrationClassName | String | The name of the Apex class that implements the ChatterAnswers.AccountCreator Apex interface. If unused, Chatter Answers registration uses the generated ChatterAnswers or ChatterAnswersRegistration Apex class. | 24.0 | ||
| rendered | Boolean | A Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. | 14.0 | global | |
| useUrlRewriter | Boolean | A flag that rewrites urls based on the Sites URL Rewriter. | 24.0 |