RMRS

STANDARD OPERATION PROCEDURES (SOPs)

  • Writer SOPs
  • Content Management SOPs
  • Copywriting SOPs
  • Onboarding/Offboarding SOPs
  • Standard Operation Procedures

ClickFunnels – Zapier – Thinkific: OTO Students Enrollment Issue

September 15, 2020 Yuri

Order form on ClickFunnels works fine and sends user’s info over to Thinkific (or other course platform) via Zapier integration.
But that’s not the case with OTO – one time offer – upsell pages.
Information from those pages is not being passed over and students do not enroll correctly.
First and last name parameters are missed and Zapier fails every time.
The solution is implementing hidden fields with a javascript recording cookies and passing over to next step of the funnel.
Watch the video and find the mentioned script below.

The code:

<script>

    if (typeof Cookies == "undefined") {
        !function(e){var n=!1;if("function"==typeof define&&define.amd&&(define(e),n=!0),"object"==typeof exports&&(module.exports=e(),n=!0),!n){var o=window.Cookies,t=window.Cookies=e();t.noConflict=function(){return window.Cookies=o,t}}}(function(){function e(){for(var e=0,n={};e<arguments.length;e++){var o=arguments[e];for(var t in o)n[t]=o[t]}return n}function n(o){function t(n,r,i){var c;if("undefined"!=typeof document){if(arguments.length>1){if("number"==typeof(i=e({path:"/"},t.defaults,i)).expires){var a=new Date;a.setMilliseconds(a.getMilliseconds()+864e5*i.expires),i.expires=a}i.expires=i.expires?i.expires.toUTCString():"";try{c=JSON.stringify(r),/^[\{\[]/.test(c)&&(r=c)}catch(e){}r=o.write?o.write(r,n):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),n=(n=(n=encodeURIComponent(String(n))).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent)).replace(/[\(\)]/g,escape);var f="";for(var s in i)i[s]&&(f+="; "+s,!0!==i[s]&&(f+="="+i[s]));return document.cookie=n+"="+r+f}n||(c={});for(var p=document.cookie?document.cookie.split("; "):[],d=/(%[0-9A-Z]{2})+/g,u=0;u<p.length;u++){var l=p[u].split("="),C=l.slice(1).join("=");'"'===C.charAt(0)&&(C=C.slice(1,-1));try{var g=l[0].replace(d,decodeURIComponent);if(C=o.read?o.read(C,g):o(C,g)||C.replace(d,decodeURIComponent),this.json)try{C=JSON.parse(C)}catch(e){}if(n===g){c=C;break}n||(c[g]=C)}catch(e){}}return c}}return t.set=t,t.get=function(e){return t.call(t,e)},t.getJSON=function(){return t.apply({json:!0},[].slice.call(arguments))},t.defaults={},t.remove=function(n,o){t(n,"",e(o,{expires:-1}))},t.withConverter=n,t}return n(function(){})});
    }

    jQuery(document).ready(function($){
        $(".innerContent input").each(function(){
            var ele = $(this);
            var name = ele.attr("name");

            if (typeof name === "string") {
                var merge_field = "merge_" + name
                var existing_val = Cookies.get(merge_field);

                ele.bind("input", function(){
                    Cookies.set(merge_field, ele.val());
                });

                if (typeof existing_val !== "undefined")
                    ele.val(existing_val);
            }
        });
    });
</script>
… Read the rest

SOP | Tech clickfunnels, enrollment, integration, thinkfic, zapier

The Team

  • Dane Macato (3)
  • Gavin Parker (2)
  • Jamie Briones (9)
  • Jane Flores (19)
  • Michael Medina (4)
  • RMRS1 (108)
  • Thomas Marshall (2)
  • Tina Myk (23)
  • Yuri (104)

MOST VIEWED

  • How to insert a GIF in Ma... 4.9k views | by RMRS1
  • Ideal Image size for Chat... 4.7k views | by RMRS1
  • Antonio Centeno’s S... 3.6k views | by RMRS1
  • Color trends for men and... 2.5k views | by Tina
  • SOP – Embed YouTube... 2.4k views | by Yuri
  • Refund Email Templates SO... 1.8k views | by RMRS1
  • Email Management SOP 1.5k views | by jamie
  • SOP To Add Secondary User... 1.4k views | by Yuri
  • Finding CTR Click Through... 1.3k views | by RMRS1
  • RMRS Team Holidays 1.3k views | by jamie
  • Creating ClickFunnels Spl... 1.2k views | by Yuri
  • Checklist For Writing An... 1k views | by RMRS1
  • Thumbnail Creation Checkl... 877 views | by RMRS1
  • Payment Systems for RMRS... 827 views | by jamie
  • SOP – Create or Del... 783 views | by Jane
  • SOP Infusionsoft –... 748 views | by Yuri
  • Zoom – SOP To Sched... 728 views | by Yuri
  • DeadlineFunnel – Ho... 700 views | by Yuri
  • SOP To Create Amazon Affi... 634 views | by Yuri
  • Infusionsoft – Camp... 624 views | by Yuri

Copyright © 2021 · RealMenRealStyle - Standard Operation Procedures ·

Copyright © 2021 · Daily Dish Pro Theme on Genesis Framework · WordPress · Log in