How to start building your membership product and adding members to it in FG Funnels®.
In the video below, Julie and Amber will be walking through how to set up a membership from A-Z, to get your first membership product launched and making money.
Update July 2024: Since we recorded the full walkthrough below, the email builder no longer offers a membership password custom value. You now will select the LoginURL custom value to send members a magic link and they will create a new password when they click it the first time. Existing members will click the link and be automatically logged in to the client portal.
Update July 2024: Since we recorded the full walkthrough below, the email builder no longer offers a membership password custom value. You now will select the LoginURL custom value to send members a magic link and they will create a new password when they click it the first time. Existing members will click the link and be automatically logged in to the client portal.
PLUS...Walkthrough videos of each automation so you can CUSTOMIZE THEM exactly to your liking!
Each automation also comes with expertly written copy and one-click installs making these automations ready to go in minutes!
accepting payments
how to connect stripe/paypal
Course Completion
Completely automate gamification for your Course and Membership Products.
More Info Coming Soon!
Evergreen Webinar
Completely automate your email workflows for Evergreen Webinar Funnels.
More Info Coming Soon!
Summit
Completely automate your email workflows for Summit Funnels.
More Info Coming Soon!
Flash Sale
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
offer next steps
how to create upsells
Course Completion
Completely automate gamification for your Course and Membership Products.
More Info Coming Soon!
Evergreen Webinar
Completely automate your email workflows for Evergreen Webinar Funnels.
More Info Coming Soon!
Summit
Completely automate your email workflows for Summit Funnels.
More Info Coming Soon!
Flash Sale
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
start a conversation
enable + Moderate comments
Course Completion
Completely automate gamification for your Course and Membership Products.
More Info Coming Soon!
Evergreen Webinar
Completely automate your email workflows for Evergreen Webinar Funnels.
More Info Coming Soon!
Summit
Completely automate your email workflows for Summit Funnels.
More Info Coming Soon!
Flash Sale
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
customize your link
Connect a membership subdomain
Note: If your FG Funnels account was created before June 21st, 2023, your membership domain will get connected under Memberships > Courses > Settings > Custom Domain. Check out the 2nd video in the lesson titled How To Add A Custom Subdomain To Your Membership Area in FG Funnels University for a walkthrough on connecting a domain there.
Course Completion
Completely automate gamification for your Course and Membership Products.
More Info Coming Soon!
Evergreen Webinar
Completely automate your email workflows for Evergreen Webinar Funnels.
More Info Coming Soon!
Summit
Completely automate your email workflows for Summit Funnels.
More Info Coming Soon!
Flash Sale
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
taking care of details
CSS for beyond the customizer
There are some areas of your membership that the customizer doesn't reach with your custom branding:
The login page for your entire membership area
NOTE: If your FG Funnels account was created after June 21st, 2023, your membership will run through the Client Portal login area. It is not possible to style this newest login screen with CSS. Check out the video at the bottom of this page for info on customizing the Client Portal login screen.
The library page that displays all courses members are enrolled in
The category overview and category list pages within products
The files card and comments card on the lesson pages
So we have created the following CSS stylesheet you can customize with your own colors to get those areas styled, if you would like to. Watch the video below to see where to put the CSS and how it works. The CSS is below the video for you to copy and paste, and can also be found in FG Funnels® University.
/* Membership CSS For Matching Files Card, Login, Library, and Category Pages With Customizer Pages */
/***************************/
/* Login Screen Formatting */
/***************************/
button#login-button {
background-color: #451580;
border-radius: 0px;
font-size: 16px;}
a#forgot-password {color: #451580;}
a#forgot-password:hover {color: #BCACDE;}
.text-blue-500 {color: #000000;}
#login-header {font-family: 'Prata', serif;}
/* Login Background - NOTE: will recolor all product background pages except library bg */
.bg-gray-100 {
background-color: #451580 !important;
}
/***************************/
/* Library Page Formatting */
/***************************/
/* Library Background */
.bg-white.flex.flex-col.overflow-y-auto.min-h-screen {
background-color: #451580 !important;
}
/* All Courses Button Background */
.bg-nova-blue-600 {
background-color: #BCACDE !important;
}
/* My Courses Text */
div#library-title span:nth-child(2) {
color: #fff;
}
/* Library Cards - default is transparent bg, may want to change if you change bg color of library page above */
.nova-product-card {
background: #F9F7FE;
}
/* In Library Button */
.bg-in-library {
background-color: #BCACDE !important;
}
/* Library Navigation Bar Formatting - NOTE: will recolor nav bar for all product pages */
div#navigation-header {background: #451580;}
/****************************/
/* Category Page Formatting */
/****************************/
/* Category Heading Formatting */
div.title.font-semibold {
color: #451580;
font-family: 'Prata', serif;}
/* Category Title Formatting - list of categories */
p.category-title {
color: #451580;
font-family: 'Prata', serif;}
/* Category Lesson Number Formatting - list of categories */
div.count.text-gray-600 {
color: #451580;}
/* Category Post Title Formatting - list of lessons in category */
.text-blue-600 {
color: #451580 !important;
font-family: 'Prata', serif !important;
}
/* Category Instructor Title (light blue default) - both category pages */
.lg\:text-blue-400 {
color: #000000 !important;
}
/* Breadcrumbs on all pages, including category */
div#product-breadcrumbs a, div#product-breadcrumbs span {
color: #F9F7FE;
}
/* Card backgrounds: Instructor card, progress bar, individual category overview pages,
list items on categories overview page, categories overview page - category list card */
div#instructor-card, div#product-progress-stats, div.category-contents.mb-4.rounded-sm.bg-white.shadow.p-5, div.category-list-item.rounded.lg\:my-4.p-4.lg\:p-2.items-center.bg-white.grid.grid-cols-4.gap-4, div.mb-4.category-list.bg-white.rounded.pb-6.col-span-2.shadow.p-6 {
background: #F9F7FE !important;
}
/* Instructor Card Text */
span#instructor-heading {
color: #451580;
}
div#instructor-name {
color: #451580;
}
/* Progress card text */
span#completion-count {
color: #451580;
}
/* Progress bar completed color */
div#progress-completed {
background-color: #451580;
}
/**************************/
/* Lesson Page Formatting */
/**************************/
/* Files card background */
div#post-materials {
background: #F9F7FE;
}
/* Linked file text color */
.post-material a {
color: #451580 !important;
}
/* Comments Card Formatting - lesson page */
.w-full.bg-white.mt-5.px-10.pb-10 {
background: #F9F7FE;
border-radius: 4px; /* to match rounded corners on other cards */
}
/* Comments Card title */
.text-gray-600 {
color: #451580 !important;
}
/* Comments post button */
.text-blue-500 {
color: #F9F7FE !important;
}
.bg-blue-100 {
background-color: #451580 !important;
}
setting up automation
for multiple courses/products
If you want to have multiple courses and want to ensure folks who are already signed up for your membership area receive another email with info on how to login when buying subsequent membership offers from you, check out the video below (also in this lesson in FG Funnels® University).
Amber shows what you'll need to set up in your purchase or opt-in fulfillment workflow, and then walks through the 2 workflows you will need to ensure members always receive an email regarding their login details, step-by-step.
Course Completion
Completely automate gamification for your Course and Membership Products.
More Info Coming Soon!
Evergreen Webinar
Completely automate your email workflows for Evergreen Webinar Funnels.
More Info Coming Soon!
Summit
Completely automate your email workflows for Summit Funnels.
More Info Coming Soon!
Flash Sale
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
TBD
Lorem ipsum dolor sit amet, consectetu adipiscing elit, sed diam nonummy nibh euismod tincidunt laoreet dolor amet sit.
styling the login
in the new client portal
we make it easy
WHAT'S INCLUDED with each automation
Have no fear about blank screen-itis while getting everything set up. We've taken out the guesswork by providing copy prompts and starter copy that you can edit as much as or as little as you prefer.
Our automations come with everything you need to tailor them for your customer data - all the custom values and tags you want - none you don't. Combined with our funnel and website templates, your funnel building flow is going to be faster than ever before.
Expertly created video and written tutorials will ensure you have your bases covered, no matter your learning style. We take you through each part of the process step-by-step.
still have questions
WE HONESTLY, EXCITEDLY AND LOVINGLY ANSWER
Each automation is fully built out in FG Funnels, with copy prompts built right into it. When you install the automations, you can simply edit and/or customize the copy, attach to your funnels, hit publish, and go!
Yes, funnel automations are triggered by forms and tags. So you can use them on any existing funnel as long as you add the correct form/tag into the trigger step. We show you how to do this in the training videos.
Some of our automations are not connected to particular funnels and are triggered by other actions in your account. Take the Omni-Channel Bot for example - these workflows are triggered by leads/customers messaging through channels integrated with your FG Funnels account (FB Messenger, Instagram DMs, SMS, chat widget, etc).
Yes, if you already have automations, you can simply go into the new ones, grab the copy, and duplicate it into your existing automations. Or edit those to include steps from your new automation templates. Feel free to join us in our tech office hours if you need any assistance.
We’ve paid our team thousands to build these, and we are experts in our own software, ensuring they are set up correctly. The copy alone would cost you an additional several thousand dollars.
Due to the nature of adding these into your account, we have a no refunds policy. We are available for any and all questions before purchasing, and we are always available to help you implement them if you ever get stuck.
© Copyright 2020 - 2024
Funnel Gorgeous, LLC.
For Support Issues or Questions, Please Email Us at [email protected]