Skip to main content
The Link settings define what happens when a user clicks a button or link.
This is how you control navigation, actions, and interactions inside your page.
Link

Action Types

Go To URL

  • Redirects the user to another page
👉 Example:
  • External website
  • Thank you page

Go To Element

  • Scrolls the user to a specific section on the page
👉 Useful for:
  • One-page websites
  • “Scroll to form” buttons

Email To

  • Opens the user’s email client
👉 Example:

Phone To

  • Starts a phone call (mainly on mobile)
👉 Example:
  • Click to call support

  • Opens a popup window
👉 Useful for:
  • Forms
  • Offers
  • Extra information

Additional Options

Open in New Tab

  • Opens the link in a new browser tab

Track Clicks as Conversions

  • Tracks button clicks as conversions
  • Useful for analytics and ads

Pass Through URL Params

  • Passes URL parameters (like tracking data) to the next page
👉 Example:
  • UTM parameters
  • Affiliate tracking

URL Field

  • Enter the destination URL or action target
  • Example:
    • https://yourwebsite.com
    • #section-id (for internal scroll)

Text

  • Controls the button text displayed to users

Best Practices

  • Always double-check your URL
  • Use “Go To Element” for smooth on-page navigation
  • Enable tracking for important buttons
  • Use clear button text (e.g., “Get Started”, “Submit”)