SmartText for Thinkific
More PowerUpsJoin the CommunityMeet the Creator
  • πŸš€ Getting Started With SmartText
  • πŸŽ₯ Video Lessons
    • SmartTimeCodes
  • πŸ¦ΈπŸ½β€β™€οΈ Site Page Personalization
    • SmartTags
      • Inserting SmartText
      • Replacing Text With SmartText
    • SmartText Personalization
      • First Name
      • Custom User Tags
    • Using SmartLinks
      • ActiveCampaign
      • ConvertKit
    • Using SmartText with Variations
  • πŸ’¬ Support & Help
    • Getting Help
Powered by GitBook
On this page
  1. πŸ¦ΈπŸ½β€β™€οΈ Site Page Personalization
  2. SmartText Personalization

First Name

Use this super power to make your page feel more personalized. This can be used when the user is signed in or signed out (with query url parameter that can be passed from your email marketing platform

PreviousSmartText PersonalizationNextCustom User Tags

Last updated 3 years ago

To automatically inject SmartText with the user's first name, you would use the {{first_name}} keyword in the <smart> text attributes.

If the users is signed into your Thinkific site then it will always use their First name that they used when registering.

If the user is not logged in then it will look for:

  • query parameter - first_name: ex: https://yoursite..thinkific.com?first_name=Samantha. You can use these types of links from your email marketing system when sending out marketing emails.

  • local browser storage: once the name is detected via a signed in Thinkific user or via a query parameter, then it will be stored in the users browser. When the user returns to you site or navigates to another page without the query parameter, then it will attempt to use the name that is stored in the browser

Demo