How To Modify Butterfly Marketing Site Signup

3 replies
Don't know if this is the best place in the forum to post this thread...

I have set up a site using Mike Filsaime's Butterfly Marketing script and I want to remove the "Terms & conditions" checkbox from the signup form.

This is the site: Make Money Online With John

I know that it can be done because I've seen it on other sites using this script, e.g. http://minisiteprofitsexposed.com/signup.php

I can manually remove the checkbox and text code so it doesn't appear on the page but I get an error message when I try to sign up.

Have tried contacting Mike's support but because I got it free I don't think I'll get a response. Also tried searching the net but can't find anything.
#butterfly #marketing #modify #signup #site
  • Profile picture of the author KirkMcD
    Try this:
    Take out the text but leave the input field, and change the type to hidden.

    You should end up with this:
    <input name="terms" id="terms" value="1" type="hidden">

    That way it won't show but will still be processed as if it were checked.
    {{ DiscussionBoard.errors[1162989].message }}
  • Profile picture of the author johnlagoudakis
    Thanks Kirk.

    Just got an email from Mike's support that gave me the address of a Butterfly Marketing forum.

    Found a thread on there that gave a similar solution to yours. The code they recommended is:

    Replace:

    <div align="center">
    <input name="terms" id="terms" value="1" type="checkbox">
    <label for="checkbox">I accept the <a href="terms.php" target="_blank">terms &amp; conditions</a></label>
    </div>


    With this:


    <div align="center" style="overflow:hidden; height:1px;">
    <input name="terms" id="terms" value="1" type="checkbox" checked="checked">
    <label for="checkbox">I accept the <a href="terms.php" target="_blank">terms &amp; conditions</a></label>
    </div>

    So happy to finally get rid of that checkbox!

    I really appreciate your help.


    John
    Signature
    Need help getting more leads and sales? *** Click here to work with me ***
    {{ DiscussionBoard.errors[1164421].message }}
    • Profile picture of the author fortyniner
      Hi John

      I just found your post here while looking for some kind of forum for the BM script. I wonder if you could please pass on the link to the forum you received from Mike, to save me going through the same loop?

      Like you I've got the free version, and need some pointers (in my case I can't get the signup sequence to work as in the videos - i.e., to pass the prospect to my autoresponder, rather than going straight on into the membership pages.)

      Tim
      {{ DiscussionBoard.errors[1353283].message }}

Trending Topics