BFM Site – Removing Terms & Conditions Checkbox?
September 10, 2009I love Mike Filsaime’s Butterfly Marketing script. I used it to launch my first membership site; http://MakeMoneyOnlineWithJohn.com.
There was one problem though, I wanted to remove “I accept the terms & conditions” checkbox in the signup form. I figured that it was just an extra hurdle that would decrease conversion rates.
I knew that it could be removed as I had seen other BFM sites without it on there. After weeks of searching the net I finally found the solution!
You need to modify the signup.html and signup.p.html template files in this way:
Original code:
<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 & conditions</a></label>
</div>
Modified code:
<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 & conditions</a></label>
</div>
By posting this on my blog I’m hoping that someone else that needs the same information can easily find it when they do a search online.
Check out this post if you want to know how to create a second, different Butterfly Marketing homepage.







Facebook comments: