![]() | | ||||||||
| | #1 |
| Advanced Warrior War Room Member Join Date: Oct 2008 Location: Canada
Posts: 946
Thanks: 17
Thanked 182 Times in 119 Posts
|
Hi guys, I'm hitting a brick wall and can't make this work. I want to be able to automatically add buyers to my customer list. I have figured out how to get ClickBank to pass name and email back to my thank you page and I can use PHP to request the variables and echo them on a test page. That's all cool. I can create a form and have the variables show up in the form. So everything is good, except I can't get the automatic submission to work. This code is supposed to work: Code: <script type="text/javascript" language="JavaScript"><!-- document.FormName.submit(); //--></script> It's just not working ... and I'm really scratching my head on this one. |
| Read How I began outsourcing. Get your Free Bonus too. Boost Clickbank Conversions: Free Video Here. | |
| | |
| | #2 |
| Peace + War Room Member Join Date: Oct 2009 Location: The World Is Flat
Posts: 34
Thanks: 1
Thanked 3 Times in 3 Posts
|
From what I see in your javascript, there's nothing to trigger the .submit() function. How about HTML Code: <script type="text/javascript" language="JavaScript"><!-- window.onload = autosubmit; function autosubmit() { document.FormName.submit(); } //--></script> If customer don't have javascript enabled, the auto submit function will fail. Or if customer closed their browser before entering thank you page, then you would missed the data. Aweber has another way of receiving Clickbank payment notification then auto process customer detail to your list. Sorry, I can't post URL yet. So, do a search for 'How Do I Integrate Clickbank' in their knowledge base to find out. |
|
Voon
| |
| | |
| | #3 |
| Judy K - WSOTD Copywriter War Room Member Join Date: Jan 2004 Location: San Jose (Silicon Valley), CA , USA.
Posts: 4,617
Blog Entries: 1 Thanks: 151
Thanked 238 Times in 162 Posts
|
if you are doing this for a product you are creating, it would be worth doing ... otherwise, there are products like dlguard and easyclickmate that will take care of this for you... Live JoyFully! Judy |
| WSOTD Copy ... check the last usernote... ==> Kick Your Sales Copy Into High Gear -- "like having your own copywriting course" -- April Coggins Get Free 33 Amazing Marketing Reports by $250K+ marketers | |
| | |
| | #4 |
| Active Warrior War Room Member Join Date: Oct 2009
Posts: 88
Thanks: 8
Thanked 10 Times in 8 Posts
|
Your code should be working. I would check the JavaScript error console in your browser. This should give you some insight in to why it's not working. |
| | |
| | #5 |
| Advanced Warrior War Room Member Join Date: Oct 2008 Location: Canada
Posts: 946
Thanks: 17
Thanked 182 Times in 119 Posts
|
Hi everyone, Thanks for the suggestions. 1) I use DLGuard and aweber. I know that DLGuard can send a purchase notification to the aweber list address and aweber can parse the email. It sorta works and only a portion of customers bother to click on the confirmation link. 2) I'm planning to auto-remove people from my prospect list when they become customers. This way they never again get a promotion to buy a product they already own. This is why I want to be sure they are on my list. Thanks for the comment about javascript being disabled, and how that would hurt my objective. |
| Read How I began outsourcing. Get your Free Bonus too. Boost Clickbank Conversions: Free Video Here. | |
| | |
| | #6 |
| Lisa Dozois War Room Member Join Date: Jan 2006 Location: Florida, USA.
Posts: 612
Thanks: 85
Thanked 221 Times in 110 Posts
| |
|
-- Lisa G
| |
| | |
| | #7 | |
| Senior Warrior Member War Room Member Join Date: May 2003 Location: Everywhere , USA.
Posts: 1,204
Thanks: 46
Thanked 98 Times in 65 Posts
| Quote:
Jay Jennings | |
| Instant Video Web Pages - Create Video Sales Letters, Video Opt-in Pages, and Video Postcards, Instantly! Free Article: The Pros and Cons of Video Marketing Free Article: Why Use a Video Landing Page? | ||
| | |
![]() |
|
| Tags |
| autosubmit, form |
| Thread Tools | |
| |
![]() |