ClickFunnels 1.0 - How to Redirect a Google Form on Submit

Описание к видео ClickFunnels 1.0 - How to Redirect a Google Form on Submit

For More Training on ClickFunnels 1.0 and 2.0, Membership Sites, Courses and Custom Code Hacks - Go To https://CFninjas.com

Check out the One Funnel Away Challenge here… https://funneldesignmastery.com/ofa-c...

Wouldn't it be great if when a consumer finishes filling out a Google Form they were redirected to a webpage of your choice?

In this video I demonstrate exactly how to do this with a few lines of Javascript Code.

id="redirect"

script
var page = 0;
$('#redirect').load(function() {
page++;
if ( page * 3 ) { // Replace with Number of Pages in Survey
document.location = "https://cfninjahacks.com"; // Replace with the Page you want to send them to
}
});
/script

YouTube won't allow 'angled brackets' in descriptions - so watch the video and replace the 5 brackets that I replaced with *


=================================

#ClickFunnels
#CFninjaHacks
#Dan_Havey

Комментарии

Информация по комментариям в разработке