![]() | | ||||||||
| | #1 |
| JohnLagoudakis.com War Room Member Join Date: Jul 2009 Location: Brisbane, Australia
Posts: 354
Blog Entries: 8 Thanks: 33
Thanked 48 Times in 36 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. |
| *** FREE Webinar Reveals How I Make a Full-Time Income Online! *** (see how Google stabbed me in the back) John Lagoudakis Blog Top 100 Clickbank Affiliate 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: 2,433
Thanks: 40
Thanked 155 Times in 148 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. |
| | |
| | #3 |
| JohnLagoudakis.com War Room Member Join Date: Jul 2009 Location: Brisbane, Australia
Posts: 354
Blog Entries: 8 Thanks: 33
Thanked 48 Times in 36 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 |
| *** FREE Webinar Reveals How I Make a Full-Time Income Online! *** (see how Google stabbed me in the back) John Lagoudakis Blog Top 100 Clickbank Affiliate 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: 2
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 | |
| |
![]() |