Call to Action (CTA)
Call to Action (CTA) elements guide users toward specific actions within your application. Effective CTAs use clear, concise language that motivates users to take the desired action.CTAs are most commonly implemented using the Button component. Review the Button documentation for implementation details.
CTA Content Writing Guidelines
The following guidelines will help you create effective, consistent CTAs throughout your application.Verb-First Phrasing
Start with action verbs that clearly communicate what will happen when users engage with the CTA.Do
Submit Request
Don't
Request Submission
Concise Text
Keep CTAs brief - limit to 3 words or fewer to ensure scannability.Do
Create Account
Don't
Click Here to Create Your New Account
Consistent Capitalization
Use title case for all CTAs to help them stand out and maintain consistency across your interface.Do
Download Report
Don't
download report
Specific and Actionable Language
Use descriptive language that clearly indicates what will happen when the user interacts with the CTA.Do
Delete User Group
Don't
Delete
Button Type-Specific Guidelines
Different button types serve different purposes and should use appropriate language patterns:Primary Buttons
Use verb-first phrases that drive the main task.Examples
- Save
- Submit
- Create Project
Secondary Buttons
Use dismissive or completion verbs.Examples
- Apply
- Done
- Update
Outline Buttons
Use neutral verbs that don’t move the flow forward.Examples
- Cancel
- Back
- Preview
Destructive Buttons
Lead with danger verbs and be descriptive.Examples
Delete User Group
Remove Account
Discard Changes
Writing Formula
Follow the simple formula: “To do X, do Y” This helps users understand both the action and outcome. The CTA text (Y) should clearly relate to the user’s goal (X).Example
- Page heading: “Team Workspace”
- User goal (X): Create a new team
- CTA text (Y): “Add Team”
Placement and Hierarchy
The positioning of CTAs affects how users perceive their importance:- Primary actions should be positioned at the bottom right or in a prominent location
- Secondary actions should be positioned to the left of the primary action
- Destructive actions should be positioned away from affirmative actions to prevent accidental clicks
When using multiple CTAs in close proximity, ensure their visual hierarchy matches their importance and consider using different button styles to differentiate them.
Accessibility Considerations
Effective CTAs contribute to a more accessible user experience:- Avoid relying solely on color to distinguish between different types of CTAs
- Ensure sufficient contrast between button text and background
- Use descriptive text that makes sense when read by screen readers without visual context
- Avoid vague phrases like “Click Here” or “Learn More” without additional context
Testing Your CTAs
Consider testing your CTA text with these questions:- Does the CTA clearly communicate what will happen when clicked?
- Is the CTA brief and scannable?
- Does the CTA match the user’s goal on this page?
- Is the CTA specific and actionable?
- Does the CTA use consistent capitalization and formatting?