![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
JohnLagoudakis.com
War Room Member
Join Date: Jul 2009
Location: Brisbane, Australia
Posts: 231
Thanks: 26
Thanked 31 Times in 27 Posts
|
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 |
|
|
|
|
|
|
#2 |
|
Senior Warrior Member
War Room Member
Join Date: Apr 2006
Location: , , USA.
Posts: 1,708
Thanks: 17
Thanked 41 Times in 40 Posts
|
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. |
|
|
|
| The Following User Says Thank You to KirkMcD For This Useful Post: |
|
|
#3 |
|
JohnLagoudakis.com
War Room Member
Join Date: Jul 2009
Location: Brisbane, Australia
Posts: 231
Thanks: 26
Thanked 31 Times in 27 Posts
|
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 & 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 & 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. |
|
|
|
|
|
|
#4 |
|
Warrior Member
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
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 |
|
|
|
![]() |
|
| Tags |
| butterfly, marketing, modify, signup, site |
| Thread Tools | |
|
|
![]() |