War Room

Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 09-07-2009, 10:30 PM   #1
JohnLagoudakis.com
War Room Member
 
johnlagoudakis's Avatar
 
Join Date: Jul 2009
Location: Brisbane, Australia
Posts: 231
Thanks: 26
Thanked 31 Times in 27 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default How To Modify Butterfly Marketing Site Signup

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.

Want To Learn How To Earn A 6-Figure Income Within 6 Months? Check out my FREE Video Ecourse
How To Make Your First $1,000 Online - Free Report | How To Make $100 a Day on eBay
John Lagoudakis Blog

Last edited by johnlagoudakis; 09-07-2009 at 10:33 PM. Reason: Needed to fix url
johnlagoudakis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2009, 10:51 AM   #2
Senior Warrior Member
War Room Member
 
KirkMcD's Avatar
 
Join Date: Apr 2006
Location: , , USA.
Posts: 1,708
Thanks: 17
Thanked 41 Times in 40 Posts
Default Re: How To Modify Butterfly Marketing Site Signup

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.
KirkMcD is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to KirkMcD For This Useful Post:
Old 09-08-2009, 07:39 PM   #3
JohnLagoudakis.com
War Room Member
 
johnlagoudakis's Avatar
 
Join Date: Jul 2009
Location: Brisbane, Australia
Posts: 231
Thanks: 26
Thanked 31 Times in 27 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How To Modify Butterfly Marketing Site Signup

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

Want To Learn How To Earn A 6-Figure Income Within 6 Months? Check out my FREE Video Ecourse
How To Make Your First $1,000 Online - Free Report | How To Make $100 a Day on eBay
John Lagoudakis Blog

Last edited by johnlagoudakis; 09-09-2009 at 10:49 AM. Reason: Removed url of a private forum.
johnlagoudakis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-05-2009, 04:58 AM   #4
Warrior Member
 
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How To Modify Butterfly Marketing Site Signup

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
fortyniner is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
butterfly, marketing, modify, signup, site

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 01:49 PM.