• Skip to primary navigation
  • Skip to main content
Holistic Business Support For New Entrepreneurs Online
  • About
  • Resources
    • Tools for Service Based Business
    • Books For Online Business & Productivity
  • Work With Me
    • Holistic Business Community
    • 1:1 Coaching
  • Blog
    • Websites Tools & Tech
    • Holistic Business Strategies
  • Testimonials
  • Join My Email List
  • Contact
  • A holistic approach to business
  • About
  • Work With Me
    • Coaching
    • Web Design
    • Automate & Streamline
  • Blog
  • Praise
  • Contact

Tools

How To Send Multiple Freebies Using Just One List In MailChimp For Free

November 20, 2018 by Val Cline 11 Comments

3-Steps To Send Multiple Freebies Using Just One List In MailChimp – For Free.

For all of you in the early stages of business, saving the moula is pretty important.

MailChimp has a lot to offer you for free, but I know many of you aren't quite sure how to get the most out of it so here's how I hope I can help. Many people believe that you must create a separate list for every email opt-in you create when using MailChimp, but this is not true.

Here's how most people create a freebie using MailChimp

  1. Create a cool freebie like a helpful excel template!
  2. Go into MailChimp and create a list for this freebie and call it Excel template freebie
  3. Create a welcome email with the freebie download so anyone who joins that list gets the download with their welcome email

And this is totally okay! But once you have more than two or three freebies under your belt you soon find having so many lists a pain. It's not easy to email everyone on all your email lists when you send newsletters and it becomes more difficult to manage than it has to be. Fortunately, there is another way.

Input form fields in MailChimp

The internet is full of forms! We've all used them and likely your humble email opt-in form could be working a lot harder for you than it currently is if you're using MailChimp.

HTML Forms are made up of fields & buttons.

Form “fields” collect information like Email, Name, Address, Phone Number and “buttons” are responsible for confirming you entered in all the information requested and sending that info to your email system like MailChimp.

I have two freebies below that each deliver their own freebie. With MailChimp, I can track which page you downloaded my freebie from. You can already be on my list and download all my freebies and I don't have to create a new list for every freebie I offer.

  • Your Best Self Toolkit
  • The Beginners Guide To Building  Your Own Website

Fields and buttons

Website forms are used to collect all kinds of information for us. We use them as Opt-In forms that collect names and email addresses, we see them in survey tools, they are used whenever we are asked for information online. They are little powerhouses!  Your Opt-In Form can do more for you than you think.

In the example below, we have 2-fields and a button. Fields come in various flavors. Most of us use text fields.

Text fields are INPUT fields in forms and this just means that people can “input” information into them in a text format. Your name and email form fields collect text so they are text type input fields :)

Most freebie opt-in forms have 2-3 things max:

  1. A Name
  2. An Email
  3. A way to submit the info (A Button)

Let's see how code looks for the example below:

This is the name field

<label for=”mce-name”>**this was left blank in the example below**</label>
<input type=”text” value=”Name” name=”name” id=”mce-name”>

This is the email field

<label for=”mce-name”>**this was left blank in the example below**</label>
<input type=”text” value=”Email Address” name=”email” id=”mce-email”>

Notice how there is nothing in the label space in this example. If this form had labels, you would see that info outside the form box. This form is using the form values as labels helping us know what info to put where. When we enter in our own Name and Email Address, our values will replace the default values put into the form code as placeholders.

This basic understanding of what your opt-in form input field code is doing will help you understand what I'm going to ask you to do next!

Step One: Create your freebie opt-in form in MailChimp

Follow these steps in MailChimp to create your form, and add a new text field.

→ Go to: Signup forms then Form Builder to create your new freebie form code
→ Create a new TEXT field: Add a filed -> then choose text
→ Field Label = OPTIN
→ Field Tag = OPTIN
→ Make that field VISIBLE (and change it later)
→ Default Merge Tag Value = Name-Of-Optin (I used “testfreebie” in my example below, this is where you put a name for each opt-in with no spaces)

Step Two: Grab the code MailChimp gives you & pop this into your website to edit it

→ This time head back to SignUp Forms and click EMBEDDED FORMS
→ Copy the code :)
→ Now paste this code into your website where you want your opt-in form

–FIND YOUR NEW TEXT FIELD IN THE CODE YOU PASTED INTO YOUR WEBSITE. IT SHOULD LOOK LIKE THIS–

<div>
<label for=”mce-OPTIN”>OPTIN</label>
<input type=”text” value=”” name=”OPTIN” id=”mce-OPTIN”>
</div>

–CHANGE IT TO THIS—

<div>
<label for=”mce-OPTIN”>***leave a space here***</label>
<input type=”hidden” value=”testfreebie” name=”OPTIN” id=”mce-OPTIN”>
</div>

→ Save this page as a draft until you have created your opt-in download email ;-)

Step Three: Create the automation in MailChimp that delivers your new freebie!

{Check-out the video below that shows you how this looks}

→ Go to Campaigns then click on Campaign over on the right
→ Choose Email then Automated
→ Then Subscriber Activity, Welcome New Subscribers
→ Name your campaign and then **choose your main email list** & click “begin”
→ Now click “Change Trigger” top left next screen
→ Then click on List Management
→ Click on “Changed list field to value” – then on the next screen under “settings” select the “Opt-In” field you created
→Still on the same page, In the “value changes to” box put the name you used for your freebie when you created your form (needs to be exactly the same, no spaces)

❤︎ And that's it! Do this once and you can repeat these 3-Steps easily.

Any Q's always happy to help.


Looking for some done-for-you support? If you're over the DIY for now, I can just get it done for you with techy-webby support, websites created with solid foundations you can manage with ease to grow your business & just-in-time consultations for the information Google can't give you

For Holistic Business Coaching that can help you achieve business goals in a way that works for your unique needs and who you are today, head over here.

If you found this content helpful, please subscribe to my email list. I'd be so honoured to have you.

Are you on Instagram? Follow me for quick messages of support and inspiration for that calm we all need in today's busy world.

You Might Also Like

  • How to do less for success (another book review I think you'll love)
  • Be happy and successful with the best planners

Posted in Featured Posts, Websites & Tools

Val Cline

Post navigation

← Online Business 101: 5-Things You Need To Know Before You StartHow to improve your productivity & happiness in just 3-minutes a day →

Reader Interactions

Comments

  1. Cami says (Edit)

    Thank you so much for this!!!! It was SUPER helpful! One question, when I enter an email to the form that is already on the list, it says that it is already subscribed and is not working. Do you know how to get around that? Thanks!

  2. Val Cline says (Edit)

    Hi Cami -thanks for the comment and YES you are so right. I've contacted MailChimp and there specifically said that subscribers cannot sign up more than once to your list, but they did say their new landing pages could make this possible. You'd have to use that as your signup form and I didn't get any more detail for how that would work. I will be looking into that soon and will post what I discover. Alternatively, you could offer a freebie password protected area for subscribers or put a small note with all your freebie sign-up forms letting current subscribers know to just email you for a direct link. Just ideas. Hope this helps.

  3. Mansi says (Edit)

    Nice…so many details for a beginner!!

  4. Val Cline says (Edit)

    Hi Mansi -glad you liked the details!

  5. Tasha says (Edit)

    Hey there! Since this blog was written have you figured out how to do it with landing pages? I have a weebly website also and found another blog post showing how with landing pages but WordPress. Trick is that landing pages in mailchimp don't accept HTML code so you can't change anything :( confused gal over here

  6. Val Cline says (Edit)

    YES!! Stay tuned for an new tutorial :)

  7. Gabby says (Edit)
    This is exactly what I've been looking for! Thanks so much for sharing!
    I do have a question though … when people optin for the freebie, will they automatically get added to the automated sequence I've set up for general newsletter signups (custom event workflow)?
  8. Val Cline says (Edit)

    Hi Gabby -thanks for the comment!

    I'd have to have a peek at how you have your systems setup to be sure but, yes I believe they should get a welcome sequence if you have one setup.

  9. Rabea says (Edit)

    Finally a way to do this without creating tons of lists! And you can even create another welcome email sequence that starts 1-3 hours later, but the new subscriber still gets the right freebie first. Thank you soooo much, I'm 100% gonna try this!

  10. Kat says (Edit)

    I'm so glad I found this! Been searching on how to do this! As for people who've already subscribed, I just send them the direct link in another email to my subscribers! Thank you!!

  11. Tansy says (Edit)

    Short, sweet and simple instructions.

    I've got the problem that the email that is sent to confirm sign up continues to have another download that I created for my list (the generic one I have for website signups).

    Do I have to remove this for this to work? That is create all my downloads this way?

    Thanks.

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Posted in Featured Posts, Websites & Tools

Val Cline

Post navigation

← Online Business 101: 5-Things You Need To Know Before You StartHow to improve your productivity & happiness in just 3-minutes a day →

Reader Interactions

Comments

  1. Cami says (Edit)

    Thank you so much for this!!!! It was SUPER helpful! One question, when I enter an email to the form that is already on the list, it says that it is already subscribed and is not working. Do you know how to get around that? Thanks!

  2. Val Cline says (Edit)

    Hi Cami -thanks for the comment and YES you are so right. I've contacted MailChimp and there specifically said that subscribers cannot sign up more than once to your list, but they did say their new landing pages could make this possible. You'd have to use that as your signup form and I didn't get any more detail for how that would work. I will be looking into that soon and will post what I discover. Alternatively, you could offer a freebie password protected area for subscribers or put a small note with all your freebie sign-up forms letting current subscribers know to just email you for a direct link. Just ideas. Hope this helps.

  3. Mansi says (Edit)

    Nice…so many details for a beginner!!

  4. Val Cline says (Edit)

    Hi Mansi -glad you liked the details!

  5. Tasha says (Edit)

    Hey there! Since this blog was written have you figured out how to do it with landing pages? I have a weebly website also and found another blog post showing how with landing pages but WordPress. Trick is that landing pages in mailchimp don't accept HTML code so you can't change anything :( confused gal over here

  6. Val Cline says (Edit)

    YES!! Stay tuned for an new tutorial :)

  7. Gabby says (Edit)
    This is exactly what I've been looking for! Thanks so much for sharing!
    I do have a question though … when people optin for the freebie, will they automatically get added to the automated sequence I've set up for general newsletter signups (custom event workflow)?
  8. Val Cline says (Edit)

    Hi Gabby -thanks for the comment!

    I'd have to have a peek at how you have your systems setup to be sure but, yes I believe they should get a welcome sequence if you have one setup.

  9. Rabea says (Edit)

    Finally a way to do this without creating tons of lists! And you can even create another welcome email sequence that starts 1-3 hours later, but the new subscriber still gets the right freebie first. Thank you soooo much, I'm 100% gonna try this!

  10. Kat says (Edit)

    I'm so glad I found this! Been searching on how to do this! As for people who've already subscribed, I just send them the direct link in another email to my subscribers! Thank you!!

  11. Tansy says (Edit)

    Short, sweet and simple instructions.

    I've got the problem that the email that is sent to confirm sign up continues to have another download that I created for my list (the generic one I have for website signups).

    Do I have to remove this for this to work? That is create all my downloads this way?

    Thanks.

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Posted in Featured Posts, Websites & Tools

Val Cline

Post navigation

← Online Business 101: 5-Things You Need To Know Before You StartHow to improve your productivity & happiness in just 3-minutes a day →

Reader Interactions

Comments

  1. Cami says (Edit)

    Thank you so much for this!!!! It was SUPER helpful! One question, when I enter an email to the form that is already on the list, it says that it is already subscribed and is not working. Do you know how to get around that? Thanks!

  2. Val Cline says (Edit)

    Hi Cami -thanks for the comment and YES you are so right. I've contacted MailChimp and there specifically said that subscribers cannot sign up more than once to your list, but they did say their new landing pages could make this possible. You'd have to use that as your signup form and I didn't get any more detail for how that would work. I will be looking into that soon and will post what I discover. Alternatively, you could offer a freebie password protected area for subscribers or put a small note with all your freebie sign-up forms letting current subscribers know to just email you for a direct link. Just ideas. Hope this helps.

  3. Mansi says (Edit)

    Nice…so many details for a beginner!!

  4. Val Cline says (Edit)

    Hi Mansi -glad you liked the details!

  5. Tasha says (Edit)

    Hey there! Since this blog was written have you figured out how to do it with landing pages? I have a weebly website also and found another blog post showing how with landing pages but WordPress. Trick is that landing pages in mailchimp don't accept HTML code so you can't change anything :( confused gal over here

  6. Val Cline says (Edit)

    YES!! Stay tuned for an new tutorial :)

  7. Gabby says (Edit)
    This is exactly what I've been looking for! Thanks so much for sharing!
    I do have a question though … when people optin for the freebie, will they automatically get added to the automated sequence I've set up for general newsletter signups (custom event workflow)?
  8. Val Cline says (Edit)

    Hi Gabby -thanks for the comment!

    I'd have to have a peek at how you have your systems setup to be sure but, yes I believe they should get a welcome sequence if you have one setup.

  9. Rabea says (Edit)

    Finally a way to do this without creating tons of lists! And you can even create another welcome email sequence that starts 1-3 hours later, but the new subscriber still gets the right freebie first. Thank you soooo much, I'm 100% gonna try this!

  10. Kat says (Edit)

    I'm so glad I found this! Been searching on how to do this! As for people who've already subscribed, I just send them the direct link in another email to my subscribers! Thank you!!

  11. Tansy says (Edit)

    Short, sweet and simple instructions.

    I've got the problem that the email that is sent to confirm sign up continues to have another download that I created for my list (the generic one I have for website signups).

    Do I have to remove this for this to work? That is create all my downloads this way?

    Thanks.

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Posted in Featured Posts, Websites & Tools

Val Cline

Post navigation

← Online Business 101: 5-Things You Need To Know Before You StartHow to improve your productivity & happiness in just 3-minutes a day →

Reader Interactions

Comments

  1. Cami says (Edit)

    Thank you so much for this!!!! It was SUPER helpful! One question, when I enter an email to the form that is already on the list, it says that it is already subscribed and is not working. Do you know how to get around that? Thanks!

  2. Val Cline says (Edit)

    Hi Cami -thanks for the comment and YES you are so right. I've contacted MailChimp and there specifically said that subscribers cannot sign up more than once to your list, but they did say their new landing pages could make this possible. You'd have to use that as your signup form and I didn't get any more detail for how that would work. I will be looking into that soon and will post what I discover. Alternatively, you could offer a freebie password protected area for subscribers or put a small note with all your freebie sign-up forms letting current subscribers know to just email you for a direct link. Just ideas. Hope this helps.

  3. Mansi says (Edit)

    Nice…so many details for a beginner!!

  4. Val Cline says (Edit)

    Hi Mansi -glad you liked the details!

  5. Tasha says (Edit)

    Hey there! Since this blog was written have you figured out how to do it with landing pages? I have a weebly website also and found another blog post showing how with landing pages but WordPress. Trick is that landing pages in mailchimp don't accept HTML code so you can't change anything :( confused gal over here

  6. Val Cline says (Edit)

    YES!! Stay tuned for an new tutorial :)

  7. Gabby says (Edit)
    This is exactly what I've been looking for! Thanks so much for sharing!
    I do have a question though … when people optin for the freebie, will they automatically get added to the automated sequence I've set up for general newsletter signups (custom event workflow)?
  8. Val Cline says (Edit)

    Hi Gabby -thanks for the comment!

    I'd have to have a peek at how you have your systems setup to be sure but, yes I believe they should get a welcome sequence if you have one setup.

  9. Rabea says (Edit)

    Finally a way to do this without creating tons of lists! And you can even create another welcome email sequence that starts 1-3 hours later, but the new subscriber still gets the right freebie first. Thank you soooo much, I'm 100% gonna try this!

  10. Kat says (Edit)

    I'm so glad I found this! Been searching on how to do this! As for people who've already subscribed, I just send them the direct link in another email to my subscribers! Thank you!!

  11. Tansy says (Edit)

    Short, sweet and simple instructions.

    I've got the problem that the email that is sent to confirm sign up continues to have another download that I created for my list (the generic one I have for website signups).

    Do I have to remove this for this to work? That is create all my downloads this way?

    Thanks.

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Posted in Websites & Tools

Val Cline

Post navigation

← Online Business 101: 5-Things You Need To Know Before You StartHow to improve your productivity & happiness in just 3-minutes a day →

Reader Interactions

Comments

  1. Cami says (Edit)

    Thank you so much for this!!!! It was SUPER helpful! One question, when I enter an email to the form that is already on the list, it says that it is already subscribed and is not working. Do you know how to get around that? Thanks!

  2. Val Cline says (Edit)

    Hi Cami -thanks for the comment and YES you are so right. I've contacted MailChimp and there specifically said that subscribers cannot sign up more than once to your list, but they did say their new landing pages could make this possible. You'd have to use that as your signup form and I didn't get any more detail for how that would work. I will be looking into that soon and will post what I discover. Alternatively, you could offer a freebie password protected area for subscribers or put a small note with all your freebie sign-up forms letting current subscribers know to just email you for a direct link. Just ideas. Hope this helps.

  3. Mansi says (Edit)

    Nice…so many details for a beginner!!

  4. Val Cline says (Edit)

    Hi Mansi -glad you liked the details!

  5. Tasha says (Edit)

    Hey there! Since this blog was written have you figured out how to do it with landing pages? I have a weebly website also and found another blog post showing how with landing pages but WordPress. Trick is that landing pages in mailchimp don't accept HTML code so you can't change anything :( confused gal over here

  6. Val Cline says (Edit)

    YES!! Stay tuned for an new tutorial :)

  7. Gabby says (Edit)
    This is exactly what I've been looking for! Thanks so much for sharing!
    I do have a question though … when people optin for the freebie, will they automatically get added to the automated sequence I've set up for general newsletter signups (custom event workflow)?
  8. Val Cline says (Edit)

    Hi Gabby -thanks for the comment!

    I'd have to have a peek at how you have your systems setup to be sure but, yes I believe they should get a welcome sequence if you have one setup.

  9. Rabea says (Edit)

    Finally a way to do this without creating tons of lists! And you can even create another welcome email sequence that starts 1-3 hours later, but the new subscriber still gets the right freebie first. Thank you soooo much, I'm 100% gonna try this!

  10. Kat says (Edit)

    I'm so glad I found this! Been searching on how to do this! As for people who've already subscribed, I just send them the direct link in another email to my subscribers! Thank you!!

  11. Tansy says (Edit)

    Short, sweet and simple instructions.

    I've got the problem that the email that is sent to confirm sign up continues to have another download that I created for my list (the generic one I have for website signups).

    Do I have to remove this for this to work? That is create all my downloads this way?

    Thanks.

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

445 SharesShare428Pin17Tweet Posted in Websites & Tools

Val Cline

Post navigation

← Online Business 101: 5-Things You Need To Know Before You StartHow to improve your productivity & happiness in just 3-minutes a day →

Reader Interactions

Comments

  1. Cami says (Edit)

    Thank you so much for this!!!! It was SUPER helpful! One question, when I enter an email to the form that is already on the list, it says that it is already subscribed and is not working. Do you know how to get around that? Thanks!

  2. Val Cline says (Edit)

    Hi Cami -thanks for the comment and YES you are so right. I've contacted MailChimp and there specifically said that subscribers cannot sign up more than once to your list, but they did say their new landing pages could make this possible. You'd have to use that as your signup form and I didn't get any more detail for how that would work. I will be looking into that soon and will post what I discover. Alternatively, you could offer a freebie password protected area for subscribers or put a small note with all your freebie sign-up forms letting current subscribers know to just email you for a direct link. Just ideas. Hope this helps.

  3. Mansi says (Edit)

    Nice…so many details for a beginner!!

  4. Val Cline says (Edit)

    Hi Mansi -glad you liked the details!

  5. Tasha says (Edit)

    Hey there! Since this blog was written have you figured out how to do it with landing pages? I have a weebly website also and found another blog post showing how with landing pages but WordPress. Trick is that landing pages in mailchimp don't accept HTML code so you can't change anything :( confused gal over here

  6. Val Cline says (Edit)

    YES!! Stay tuned for an new tutorial :)

  7. Gabby says (Edit)
    This is exactly what I've been looking for! Thanks so much for sharing!
    I do have a question though … when people optin for the freebie, will they automatically get added to the automated sequence I've set up for general newsletter signups (custom event workflow)?
  8. Val Cline says (Edit)

    Hi Gabby -thanks for the comment!

    I'd have to have a peek at how you have your systems setup to be sure but, yes I believe they should get a welcome sequence if you have one setup.

  9. Rabea says (Edit)

    Finally a way to do this without creating tons of lists! And you can even create another welcome email sequence that starts 1-3 hours later, but the new subscriber still gets the right freebie first. Thank you soooo much, I'm 100% gonna try this!

  10. Kat says (Edit)

    I'm so glad I found this! Been searching on how to do this! As for people who've already subscribed, I just send them the direct link in another email to my subscribers! Thank you!!

  11. Tansy says (Edit)

    Short, sweet and simple instructions.

    I've got the problem that the email that is sent to confirm sign up continues to have another download that I created for my list (the generic one I have for website signups).

    Do I have to remove this for this to work? That is create all my downloads this way?

    Thanks.

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

445 Shares
Share428
Pin17
Tweet
Posted in Websites & Tools

Val Cline

Hey there, I'm Val. Teacher, creator, and uncomplicator. More than websites, productivity apps, small business productivity, and management systems. I'm at least 25% cat toes and coffee.

Post navigation

← Be happy and successful with the best planners
How to improve your productivity & happiness in just 3-minutes a day →
445 Shares
Share428
Pin17
Tweet

Filed Under: Websites & Tools Tagged With: email marketing, Free business tools, How to, Listbuilding, MailChimp, Opt-In, Productivity, Tools, Tutorial

11 simple ways to create and sell your online course

April 29, 2016 by Val Cline

11-ways-sell-online-course

All your options are not the same

Ten years ago online courses sucked.

That was the consensus of the users I encountered. I was a UI developer, and I worked for an e-learning company at the time. Whenever I told someone what I did for a living the response was either oh, what's that? Or oh I hate online courses.

Unfortunately, the companies producing the courses and making the technology were not driven by the student, so the learning experience wasn't the main concern.

Not only that, it was darn right difficult to push the learning experience up the priority ladder due to the technology we needed to use.   We all did an excellent job of meeting the needs of the buyer, and the buyers were businesses, not consumers.

Online courses are convenient, the variety of subject matter is staggering, and the price points are excellent!Click To Tweet

When students are not the primary purchaser, the online learning experience is still quite sucky.

Today people students will choose to learn online and they love the convenience. Beyond this, we also have enthusiastic teachers using simple to use technology to create engaging, timely and useful courses.

If you have something to teach, now is the time to teach it. Online.

Let's get on with the goods.

I took some of the most popular online course tools and platforms (and one or two I just wanted you to know about) and grouped them into four categories. All are relatively simple to use, but the learning curve, cost features are different for each category.

Here is how I've grouped my findings:

Four categories from simple to robust

  1. Email
  2. Simple, all-in-one tools
  3. Full-featured, all-in-one tools
  4. WordPress

Email

Email Your Online Course

#1 Email each lesson

Arguably one of the simplest ways to create and deliver a course is just to do it through email. You can use the tools you already have and get set up to offer your course pretty quickly. You can get creative with exactly how you offer your course via email. You can put each lesson in a separate email, attach a document such as a worksheet and include links to audio or video within your email. For payment, you can add a PayPal button to a sales page that collects their email address.

Once you have your email lessons created, you might want to use an automation feature within your mailing software. If you have that option, just create your emails ahead of time and set them to deliver automatically at intervals like once a week for four weeks and you're done!

Audio and video hosting

Both Vimeo and Wistia are great choices for video. Wistia is a lot more expensive, but it also has some fantastic features that do make up for it if you have the budget. Vimeo is the way to go if you are on a budget.

Vimeo

Wistia

Vimeo's Free service
Unlimited Bandwidth
500 MB of storage a week (about 10 minutes of total video per week)
Wistia's free service
200GB bandwidth per month (they claim most don't need more)
5 videos (no cap on size) *to find more about their free account click join then scroll to the bottom of the page
Vimeo Pro
$24.00/month (roughly)
More storage, faster uploads, and more & tools to sell your videos
Wistia's paid service
$25/month

Soundcloud

Soundcloud is a good option, for hosting audio files.
Soundcloud has a private sharing option
and the free version allows you to upload up to 3 hours of audio.

Want to make sure your videos are as small as possible to upload and use in courses? Try using handbrake. It's a free download used by many to optimize video for the web.

Use an all-in-one course creation tool

These tools give you all you need to create, launch and sell, your online course.  All you have to do is create your course material, enter it into their system, and set your price. These tools will do the rest. They are easy to learn and often free to start using!  You don't have to install anything and the learning curve is pretty short.  Creating a good course can still take a lot of time but when you are done creating your course materials a tool like this can give you a professional looking course that manages everything for you.  If you want a professional looking course you can charge a fair bit of money and you want some very helpful management and payment features, this might be for you!

Here are a few options to consider.

#2 Teachable

https://teachable.com/

teachable online course

Teachable has a lot of features for learning, marketing, reporting, and analytics. The interface is simple to use and easy for students to navigate. Teachable gets you up and running as painlessly as possible.

Feature highlights

  • Affiliate program
  • Integrates with many 3rd party mailing systems
  • Payment integration
  • Customizable look and feel
  • Courses can include quizzes, forums, blog, feedback collection
  • Many selling options: bundles, memberships
  • Reports and analytics
  • Drip content
Cost
The "free" version has some limited features, but you can create unlimited courses for "free" you just have to pay a higher percentage of your profits.

  • 1$ + 10% on all paid courses
  • 2.9% +.30 payment processing fees
  • Payments held 30 days and paid every 30 days

The "basic" version provides most features

  • $39/month
  • 5% on all paid courses
  • 2.9% +.30 payment processing fees
  • Payments held 30 days and paid every 30 days

#3 Course Craft

https://coursecraft.net/

online course by course craft

Very simple to get set up and to run. The pricing is interesting. All in all, it's a very friendly interface and user experience, super simple to use and create content and it offers a lot of useful features. I like this option a lot due to its apparent ease of use.  They've kept their platform simple and easy to use, have features most would want and haven't over complicated the experience. It is designed to get your course created easily and relatively quickly. Love that!

Feature highlights

  • Payment integration
  • Promo codes
  • Sharable widgets
  • Class collaboration
  • Ability to make courses 'secret'
  • Nice add on feature (similar to upsell) you can add a custom coaching session for a fee or an e-book or anything else as an 'Add On' to your course
  • Mailing List Integration such as MailChimp and others
Cost
Basic Courses

  • 5% of sales up to 100 participants and max of 1GB*** of uploads
  • 9% of sales if you want to create custom branding

Pro Courses:
$49 per course + 5% of sales if you want to bundle classes. For this, you get free branding and unlimited participants and uploads and the ability to bundle a course, but for each bundled course you pay $49.00

***I suspect the upload limit for the basic price won't last long if you want to have video in most of your lessons (who wouldn't?). For example, I think it's easy to assume four videos at 5 minutes could max out your 1 GB of upload capacity so if you want more than that per course you will need to pay the extra $49 fee -per course


#4 Udemy

https://www.udemy.com

udemy-online-course
Udemy is hugely popular right now. If you want to grab attention there, you need to create a fantastic course, and that does take time and effort.  Here is a great article about one person's success and the effort he put into creating his online courses.

Udemy has a minimum course requirement of 30 minutes of content with 60% video. Due to their enormous following of over 10 million users, you potentially have an opportunity to gain a new market. There is also a lot of competition. It's free for you to create a course minus any transaction fees. Udemy can be used purely as a self-promotion opportunity as well. You can offer a course or several courses for free to get your business some exposure.

Features

  • Good support and training for instructors -if you created an Udemy course just to go through their course creation material and course marketing material -you might be the better for it! I'd say this is one of their best features
  • Robust course creation platform and tools
  • Large following
Cost
Here is where this gets tricky. I did my best to understand their commission structure. From what I can tell it doesn't seem very easy for you to make more than 50% of your profits.

  • You get 100 percent from people using your "Instructor Coupon" or unique link
  • Udemy takes 50 percent of all profit when a student pays without your "Instructor Coupon" or doesn't arrive using your particular link
  • Udemy will take 75% when they promote you themselves

At one time Udemy was saying that 1 in 4 instructors made $10,000 per year or more, but that was in 2012.I suspect this is no longer the case. Udemy significantly changed their commission structure in 2013 and instructors have openly been complaining about reduced revenue.

This is an excellent article about the significant fee change in 2013 for teachers at Udemy. This article might help you decide if Udemy is right for you, right now.

You certainly don't have anything but time to lose if you decide to give it a try. Save your course material before you upload it and if it doesn't work for you, there are loads of other ways to run your course.

The way I see it you will need a lot of your traffic to make enough money off your course on Udemy. If you have a fantastic course, a great following already and can rise above the other offerings, it appears you can make some real money. Many have great courses but can't make much due to their small audience, the competition, and way Udemy pays its teachers. This is just how it looks to me nevertheless.

Use a full-featured, but more complex all-in-one course creation tool

Full featured, all-in-one tools give you a lot of features that can help you grow your business and serve your students in many ways. You have several options for content delivery and fee management. You can even run a membership site with these tools.  You can expect the learning curve, complexity, and cost to go up, but they are feature robust! These features can help you earn more money from online courses. When you are ready to offer more than one or two courses, this kind of system might be good to help you grow a more robust set of learning offerings.

#5 Kajabi

https://newkajabi.com

kajabi-online-courseSuper feature rich with a very easy to use interface. If you had a business centered around selling courses and digital content you could use their platform and nothing else. Beautiful interface and user experience from what I can see. I've not used it personally, but I know many who have good things to say about it. It is obvious lots of work and thought went into this product, and it is very robust. If robust is what you want -this looks like something to check out.

Feature highlights

  • Can be used as your complete website solution, in fact, it appears it was specifically designed to be just that -a fully integrated online solution, website with blog including membership or course platform all in one
  • Drip Content -set your lessons to deliver over time
  • Bulk upload and various methods for you to get your lesson content easily onto the platform
  • Community Building -interactive discussions with auto email notifications
  • Easy download features for students
  • Video hosting (interestingly powered by Wista)
  • Responsive
  • Many themes to choose from to brand your experience
  • Fantastic landing pages and marketing features
  • Multiple payment options
  • Ability to create special offers, bundle items, offer coupons and more
  • Upsell features
  • Affiliate features
Cost
Currently running a 50% off discount at the time of this writing
Price is at 50% off

  • $64/month (if you pay annually) for their cheapest plan -this will double when their sale ends
  • NO transaction fees!

*does not include automation (drip content), affiliate marketing and must keep their own marketing "powered by Kajabi" on your site


#6 Simplero

https://simplero.com/

simplero-online-course

Simplero has a full on email marketing system built right into their service that can drip content, segment your list and more. It also integrates with MailChimp as well if you'd rather use your own system.

Simplero is more affordable than Kajabi and has good core membership and course platform features. It is not designed to replace your website and because of this, I suspect you could get up and running with this far quicker than with Kajabi. The user interface (the look and feel) leaves something to be desired, but I've used courses on Simplero myself, and they work fine. It may not be pretty but the experience is still straightforward, reliable and easy to use. Check out their customer service if you are interested. I've heard good things about that as well.

Feature highlights

  • Upsell features
  • Payment options such as payment plans, special offers, and automatic notifications are great features -for example if payments don't go through the system can automatically block admission
  • You can sell information products such as courses and create a membership site
  • The general content hosting options such as audio and video and more
  • Mobile ready
  • Good support
  • Been around a while
Cost

  • Free trial available*
  • $100/month plus 2% transaction fee

*Does not include automation (drip content) and upselling

Use WordPress for your online course

Is there anything WordPress can't do?

I'll talk about two options: plugins and themes. When you use your WordPress site for your courses, you need to be ready to take on the responsibility of making sure it all works. Even when the plugin you use has support, you are still more vulnerable. However, you can take control of this and get help and support if you need it. This option can give you many options, and it can be extremely affordable and customizable.

WordPress plugins for your online course

Be wary when you chose a plugin. There are fantastic ones and crappy ones. Check the reviews, investigate the availability of support and look for more information online and not just the WordPress plugin site.

There are several WordPress plugins to help you create courses.  I'm just going to talk about three of them: Smart Passworded Pages, Wishlist, and Zippy Courses. Smart Passworded Pages is NOT an online course plugin, but you can use it to help you run an online course with WordPress.

#7 Smart Passworded Pages

https://wordpress.org/plugins/smart-passworded-pages
smartpasswordedpages-online-course

This plugin might provide one of the easiest ways to use your WordPress site to host your online course. Smart Passworded Pages is a simple plugin that gives your website extra security. Your students would enter a password to access a page where you place all your course materials. You create the course as you would pages on your WordPress site, you can make it look very nice with images and layout as you would any page of your website, embed your audio and video and place it all behind a password protected page. Yes, WordPress already has password protection but this claims to be more secure and offer you an easy way to password protect a 'parent' page and make all the 'child' pages below password protected. I thought that was pretty cool when I found it! In theory, you could make a section of your website it's own learning portal.

If you try it I'd love to hear what you think.

Check out this simple plugin here: Smart Passworded Pages.

Feature highlights

  • Enhances the built-in WordPress password feature
  • Easily create a whole section of 'child' pages nested under a 'parent' that are all protected with one password
  • Easy to install and start using right away
Cost

  • Free!!

#8 Wishlist

http://member.wishlistproducts.com

wishlist-online-course

Wishlist is very popular plugin that turns your WordPress site into a full-on membership site. Run your online course on your own site and more. Wishlist has been around for a while and because of this it has a large user base with experience. You can easily find support and that's a good thing. They also have an excellent reputation for support and provide a lot up front. The cost is cheap for what you get, and you only pay a one-time fee. If you have some web support or you are a keener with your WordPress site and know your way around it, this is a super option.

Feature highlights

  • Membership levels
  • Flexible membership options such as free trials
  • Integrates easily with traditional payment methods
  • Easily control the amount of time members have access to materials
  • Robust member management tools
  • Secure content options are endless
Cost

  • $197 for 1 site

#9 Zippy Courses

https://zippycourses.com/

zippy-online-course

Zippy courses is fairly new to the scene and very popular. If you like WordPress, you’ll love how easy it is to create courses and the extent you can customize your experience. WordPress course creation with EASE and intuitively seems to be where this product shines. It appears very logical and easy to manage and organize course content. Of course, there are still a lot of features and settings so I imagine even though it's designed to be 'easy' to use, there will be a learning curve.

Features

  • Easy 3rd party integration with email services and payment providers
  • Highly customizable! Robust layout options that make it easy if you are familiar with WordPress
  • Create different levels of access (you can create a basic and an advanced version of a course as an upsell)
  • Analytics
  • Course Bundles
  • Can create quizzes
  • Drip content
Cost

  • $199.00/year -Then you can just keep it and never pay again, but if you want to get the regular updates (you will need that to keep it secure) and support, you will need to pay this fee each year.

WordPress themes for your online course

Yes WordPress you really CAN do everything can't you (WordPress smiles smugly).

You can create your whole website with one of these themes, so if you are ready to change your theme, this option might be for you!

Changing your theme if you already have one will take some time of course, but it's worth mentioning, so you know the scope of your online course creation choices. One WordPress theme that's getting a lot of press and positive reviews is called Rainmaker. Another well known learning theme is called WPLMS. Both of these offer extensive course and membership features build in the theme. WPLMS specializes in the learning management and Rainmaker claims to do many other things well out of the box such as integrated podcasting and marketing features bundled with it's own nifty landing pages and more.

#10 Rainmaker

http://rainmakerplatform.com/
rainmaker-online-courseRainmaker isn't your typical theme. Let me be clear, this is not really a theme. It's a stand alone, fully hosted service. You don't download and install anything. The code is not yours and you pay to use their stuff as a service, but yes -it's build on WordPress.

Rainmaker is a full on website option for you with a lot of marketing and membership options built in.  You pay for the access and then set up a full website with Rainmaker, choose from various layouts and customize it.  Understanding you don't own the code, and you are using this as a service, is a good thing to keep in mind.

Some of the features

  • Landing pages
  • Split testing
  • Podcast hosting
  • Membership site features

*It's not easy to see all the features from their site unless you sign up for a free 14 day trial.

Cost

  • $125/month if you pay for a full year at once

#11 WPLMS

http://themeforest.net/item/wplms-learning-management-system/

wplms-online-course

WPLMS is far cheaper than Rainmaker and functions as a traditional WordPress theme, unlike Rainmaker. WPLMS is downloaded and installed. It comes with a few child themes and a load of options. WPLMS is a full on Learning Management System with a lot of standard LMS features.

This theme uses the BuddyPress platform which is a social platform and because it uses BuddyPress; it has a lot of social features like messaging, private profiles and user groups. WPLMS is a Learning Management System and as such it has features that can help you run a large number of courses in many ways with many people.

Features

  • BuddyPress and all its social features
  • Robust course tracking
  • Instructor/student communication
  • Designed to be used for up to several hundred thousand users
  • Robust student management
  • Solid course management
  • Robust instructor management
Cost

  • $64 one time cost to download
  • $20 extra for a full year of support

There you have it! 11 simple ways to create and sell your online course. I hope you've found this helpful. I'd love to hear about your online course adventures. I know there are many more options than what I have here. If you've used any of these tools please let me know your thoughts.
[embed_popupally_pro popup_id="9"]

Bye for now,

Val xo
11 Shares
Share8
Pin3
Tweet

Filed Under: Business Strategies Tagged With: Online course, Review, Tools

Get In Touch!

Book a free call

Book a free call about coaching

Voxer @ thevalcline

Contact Me

Contact Me 

Join My Email List

Join My Email List

Holistic Business Resoursces

Automate Your Coaching Workflow
Best Self Toolkit
Books I Recommend
Tools I love

Work With Me

Holistic Business Coaching
Client Portal Login

Privacy Policy © 2020 Val Cline. All Rights Reserved.