| View previous topic :: View next topic |
| Author |
Message |
courtney
Joined: 27 Sep 2007 Posts: 13
|
Posted: Thu Nov 15, 2007 7:00 pm Post subject: Having an opt in box on the download page |
|
|
Hello!
I often see an optin box for registering for an update list used in DLGuard. I can't figure out how to do this. Do I just create a web form in aweber, and then paste the html in somewhere?
Thanks!!
Courtney |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9134 Location: Australia
|
Posted: Thu Nov 15, 2007 10:57 pm Post subject: |
|
|
Hi Courntey,
That's exactly right!
Just generate your Aweber HTML form, and then paste that HTML into the "Extra Text/HTML Code" box on your Edit Product screen.
This will display this on your download page for valid sales.
cheers
Sam _________________ Sam Stephens
DLGuard: www.dlguard.com
GuardHQ: www.guardhq.com
-------
Keep up to date with DLGuard and other GuardHQ products: www.guardhq.com/newsletter.php
www.twitter.com/DLGuard |
|
| Back to top |
|
 |
courtney
Joined: 27 Sep 2007 Posts: 13
|
Posted: Thu Nov 15, 2007 10:57 pm Post subject: |
|
|
| Awesome! I can't wait to try it out. |
|
| Back to top |
|
 |
RichardRLB
Joined: 02 Aug 2005 Posts: 13 Location: Huddersfield, England
|
Posted: Wed Nov 26, 2008 10:38 am Post subject: |
|
|
Here's a couple of tips for your Aweber boxes:
Look for these lines of code:
<td><input name="name" type="text" value="" size="20"></td>
<td><input name="from" type="text" value="" size="20"></td>
change them to
<td><input name="name" type="text" value="%%customername%%" size="20"></td>
<td><input name="from" type="text" value="%%customeremail%%" size="20"></td>
This will insert the customers name and email into the form automatically so all they have to do is press the submit button!
To do it in your membership sites use the code below:
<td><input name="name" type="text" value="<?php echo $fullname; ?>" size="20"></td>
and
<td><input name="from" type="text" value="<?php echo $username; ?>" size="20"></td>
Hope this helps!
Richard |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9134 Location: Australia
|
|
| Back to top |
|
 |
JayP
Joined: 04 Jan 2010 Posts: 8
|
Posted: Tue Jan 05, 2010 4:55 am Post subject: |
|
|
How can I pre-populate the optin form with buyer's name/email like that if the optin is on a page within an iframe?
Please say it's easy. lol
Jay |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9134 Location: Australia
|
Posted: Wed Jan 06, 2010 2:13 am Post subject: |
|
|
Hi Jay,
Pass the name and email address to the iframe using URL variables:
iframepage.php?name=%%customername%%&email=%%customeremail%%
...and then just read them from the code on the iframepage.php page.
cheers
Sam _________________ Sam Stephens
DLGuard: www.dlguard.com
GuardHQ: www.guardhq.com
-------
Keep up to date with DLGuard and other GuardHQ products: www.guardhq.com/newsletter.php
www.twitter.com/DLGuard |
|
| Back to top |
|
 |
JayP
Joined: 04 Jan 2010 Posts: 8
|
Posted: Wed Jan 06, 2010 8:44 am Post subject: |
|
|
Got it all set up, just didn't get back here before you. lol
Cheers!
Jay |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9134 Location: Australia
|
|
| Back to top |
|
 |
alexmark
Joined: 01 Dec 2011 Posts: 3
|
Posted: Thu Dec 01, 2011 6:34 pm Post subject: Help |
|
|
Ok So when I add my sign up box to teh page, what do I use as the redirect adderss?
I am using my own eMail program I made for my list building. |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9134 Location: Australia
|
Posted: Fri Dec 02, 2011 1:04 pm Post subject: |
|
|
Whichever URL you wish! The Redirect URL is the page where you can send a free signup after they signup, but before they reach the download page.
This is usually used so you can put a notification to say something like "Check your email for your download link".
cheers
Sam _________________ Sam Stephens
DLGuard: www.dlguard.com
GuardHQ: www.guardhq.com
-------
Keep up to date with DLGuard and other GuardHQ products: www.guardhq.com/newsletter.php
www.twitter.com/DLGuard |
|
| Back to top |
|
 |
alexmark
Joined: 01 Dec 2011 Posts: 3
|
Posted: Wed Dec 14, 2011 6:49 pm Post subject: Sign up box |
|
|
Ok so I place my sign up box on the download page? or do I put a page in before with the sign up page?
What I am doing is they click on the buy now button, then they go through PayPal or what ever system for payment.
Then they are redirected to the download page.
If I place the sign up box on the download page when they press submit it will take them to another page. What happens if they have not downloaded the product? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9134 Location: Australia
|
Posted: Thu Dec 15, 2011 12:01 am Post subject: |
|
|
Hi Alex,
Sorry for the confusion - I misread your comment, thinking you were talking about free product signups. I just read back in the post.
The redirect URL for list signups are usually just sent to any page you wish, usually the page says something like "Thanks for renewing!"
You could set the signup form to option in a new window (just add target="_blank" into the top FORM tag to make it open in a new window), and that way if they signup without downloading, it's opened in a new window and their download page is still there when they close the new window off.
Again, sorry for the confusion!
cheers
Sam _________________ Sam Stephens
DLGuard: www.dlguard.com
GuardHQ: www.guardhq.com
-------
Keep up to date with DLGuard and other GuardHQ products: www.guardhq.com/newsletter.php
www.twitter.com/DLGuard |
|
| Back to top |
|
 |
alexmark
Joined: 01 Dec 2011 Posts: 3
|
Posted: Thu Dec 15, 2011 2:05 am Post subject: |
|
|
Hi
Thank you for the reply. Yes that would work very well, simple yet effective!
My only question is why didn't I think of that?? lol
Thank you once again. |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9134 Location: Australia
|
|
| Back to top |
|
 |
|