chatteranswers:registration

Displays the Chatter Answers registration page.

Example 

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 NameAttribute TypeDescriptionRequired?API VersionAccess
hideTermsBooleanFlag to hide Terms and Conditions section. 24.0
idStringAn identifier that allows the component to be referenced by other components in the page. 14.0global
profileIdidIf 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
registrationClassNameStringThe 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
renderedBooleanA Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. 14.0global
useUrlRewriterBooleanA flag that rewrites urls based on the Sites URL Rewriter. 24.0