Hi @DisplayName-3010 • Thank you for reaching out.
This has to be done using custom HTML and JavaScript. I tested it out for TnCs
claim which is defined as mentioned below:
<ClaimType Id="TnCs">
<DisplayName>Terms of Service Consent</DisplayName>
<DataType>string</DataType>
<UserHelpText>I agree to the Amansi Corporation terms of service.</UserHelpText>
<UserInputType>CheckboxMultiSelect</UserInputType>
<Restriction>
<Enumeration Text="I agree to the Amansi Corporation terms of service (Enumeration text)." Value="tncsenumtxt" SelectByDefault="false" />
</Restriction>
</ClaimType>
Below is the JavaScript I used to convert the Enumeration Text to Hyperlink. This page doesn't allow adding script tags which is why I have attached the screenshot. Please view the page source of My Custom HTML Page for more details.
This is how it will be displayed on the Signup page:
Go to https://b2c.cloud365.in and click on the Sign up now link to see this in action.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.