Funnelish Docs
FunnelishPricingBlogCommunity
  • Overview
  • Getting Started
    • Quick start
    • 1️⃣Creating a funnel
      • Funnel steps
      • Products
    • 2️⃣Customize design
      • General Settings
      • Layout
      • Containers
      • Compositions
      • Saving assets
      • Payment Forms
        • 2 Step Form
        • Payment Form
      • Express Checkout
      • Product List
      • Text Elements
      • Media
      • Loox Reviews
      • CTA
      • Order Bump
      • Popups
      • Form element
      • Timer
      • Progress Bar
      • Social Network Buttons
      • Order Summary
      • FAQs
    • 3️⃣Collecting payments
      • Payment Methods Supported
      • Add payment methods
      • Card payments
        • Stripe
        • NMI
        • Checkout.com
        • Airwallex
      • PayPal
      • Express Checkout (Google & Apple Pay)
      • iDEAL payments
        • iDEAL through Stripe
        • iDEAL through Airwallex
      • P24 (Poland)
      • Cash On Delivery
      • Buy Now, Pay Later
        • Klarna through merchant account
        • Klarna through Stripe
        • Klarna through Airwallex
      • Bancontact payments
        • Bancontact through Stripe
        • Bancontact through Airwallex
      • SEPA Direct Debit
      • RazorPay (India)
      • EPS (Austria)
    • 4️⃣Connect your domain
      • Introduction
      • GoDaddy
      • Namecheap
      • Shopify
      • Cloudflare
  • ADVANCED FEATURES
    • Funnel analytics
    • Send SMS
    • A/B Testing
    • Geo-funnels
    • Responsive design
    • Discounts
  • Integrations
    • Integrations Overview
    • Shopify
      • Connect Your Shopify Store
        • Shopify custom app
      • Send Orders to Shopify
      • Set Up Order Bundling
      • Set Up Dynamic Variants
      • Set Up Order Notes
    • Connect to Google Sheets
      • Connect Your Google Account
      • Send Data to a Google Sheet
    • Get Started with Klaviyo
      • Connect With Klaviyo
      • Send Data to Klaviyo
    • ShipStation
      • Connect to ShipStation
      • Send Orders to ShipStation
    • ActiveCampaign
      • Connect with ActiveCampaign
      • Create an ActiveCampaign Automation
    • Hyros
      • Connect With Hyros
      • Create a Hyros Automation
    • MailChimp
      • Connect with MailChimp
      • Automate With MailChimp
    • SendGrid
    • Mailgun
    • Zapier
  • Apps
    • Funnelish Apps Overview
    • Facebook Pixel
    • Pinterest Tag
    • Proofy
    • Google Analytics
    • TaxJar
    • TikTok Pixel
  • Automations
    • Overview
      • Set up automations
    • Triggers
    • Actions
      • Sending Emails
        • Text Only
        • Templates
      • Send a Notification
      • Delays
      • Conditions
      • Webhooks
      • Jumps
      • Integrations
  • Resources
    • Multi-Users Access
    • Send Emails From Funnelish
    • Manage Your Orders
    • Manage Your Customers
  • FAQ
    • Funnel Launch Checklist for Funnelish
    • Profile Information
    • Frequently Asked Questions
    • Troubleshooting Issues
    • Ordering Without an Address
    • How to change a page title?
    • Set a Default Landing Page
    • How to Charge a Shipping Fee
  • Connect to Click Funnels (Legacy)
    • Your First ClickFunnels Funnel
      • 1 Add Your Funnel
      • 2 Copy Your Tracking Code
      • 3 Turn On Your Apps
    • ClickFunnels Apps
      • Smart Optin
        • Facebook Client ID
        • Google Client ID
      • Smart Currency Converter
      • Programmable
      • Fancify
        • Product Variant Set Up
      • Paypal Plugin
        • Testing Purchases
      • Smart Address Plugin
    • Tracking Orders
      • Track Paypal Orders In ClickFunnels
      • Track ClickFunnels Orders In Funnelish
Powered by GitBook
On this page
  • Step 1: Turn App on Account Wide
  • Step 2: Turn App on in Funnel Settings
  • Step 3: Add Codes to Your Funnel

Was this helpful?

  1. Connect to Click Funnels (Legacy)
  2. ClickFunnels Apps

Programmable

Learn how to install Programmable with your funnel and adapt it to your business' needs!

PreviousSmart Currency ConverterNextFancify

Last updated 3 years ago

Was this helpful?

You can use Programmable for various scenarios, as it lets you add timers and numbers to display various information like showing how many people are viewing the funnel!

Follow the steps below to enable Programmable and start using it's features inside of your funnels!

Step 1: Turn App on Account Wide

First, ensure you enable the app for your account by heading to the Global App Section and turning on the Programmable switch. Save changes.

Step 2: Turn App on in Funnel Settings

Now head to the funnel App Settings inside of the funnel you want to turn Programmable on in.

Switch on Programmable here and click Save Changes.

Step 3: Add Codes to Your Funnel

Once you enabled Programmable to display a certain feature, all you need to do is add the code onto your ClickFunnels page inside of any element you want!

You do not need to add anything inside of Custom CSS or your Tracking Code. Simply add one of the codes below or make your own and paste it into any headline, paragraph, or button of your choosing!

Refer to the table below for a wide variety of codes to add:

Code

What it does & example of use

#{REFRESH(RANDOM(35,55), 1)}

Generates a random number between 35 and 55 every 1 second. Change the numbers for different amounts or seconds. Good for "X people are viewing this product right now"

#{DATE(DAYS(5),'mm/dd/

yyyy')}

Will show the date 5 days from the time of viewing. Inside DATE you can use any DATE parameter and any format. If no format is given, it will only display the full date with the default system format. Try changing the 5 to any number you want.

#{TODAY('mmm, mm/dd/yyyy YY')}

Shows today’s date in the given format, if no format is given it will show full format. Can be used for time as well.

#{NOW()}

Shows current time with no formatting, you can provide a format.

#{REFRESH(FUNCTION_NAME, X)}

Refreshes the given function(s) inside at the given X interval in seconds.

#{DAYS(X)}

Counts down X days from today or given date. Can be used alone as a countdown or with other methods.

#{MINUTES(X)}

Same as days, but minutes.

#{HOURS(X)}

Same as days, but hours.

#{RANDOM(X, Y)}

Generates a random number between X and Y. Input desired number range and try it for things like inventory levels. Ex: Only X amount left!

Make sure to change parts of the code like the numbers, or replace X and Y with numbers of your choice.

For example, let's say you want to use #{REFRESH(RANDOM(X, Y), 1)} to increase authority by telling your visitors there's a certain amount of people looking at the product at the same time.

Add the code into the headline where you're talking about the visitors and change the X and Y to the numbers you want it to go through.

If you wanted to make it seem like there were anywhere from 10-50 people viewing at a time, change X to 10 and Y to 50. You can also change the 1 in the original code to however many seconds you want to hold on each number.

See it in action below:

For another example, let's say you want to use #{RANDOM(X, Y)} to increase scarcity by telling your visitors there's only a limited amount of your product left.

Add the code into the headline where you're talking about the inventory level and change the X and Y to the numbers you want it to go through.

If you wanted to make it seem like there were only 20 or less of your product left, change X to 1 and Y to 20.

And that's all there is to it! You can play around with these codes or even create your own!