Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 04-11-2009, 06:11 AM   #1
HyperActive Warrior
War Room Member
 
sridhar's Avatar
 
Join Date: Sep 2008
Location: Bangalore, India
Posts: 414
Blog Entries: 1
Thanks: 23
Thanked 76 Times in 45 Posts
Default GetResponse opt-in form help

Hello all,

I set up blogs for clients and have had no problems in including the opt-in form code provided by Aweber.

However when it comes to GetResponse, when the user submits his name and email, he is being redirected to a missing page that has this text:
Error 404 - Not Found

The opt-in form page URL is BestGuitarLearningReviews.com Home

and below is the subscription form code:

Code:
<!-- GetResponse subscription form | start -->

<form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm" accept-charset="UTF-8">
<fieldset>
<table>


<tr>
<td>
<label for="GRCategory2" style="font-size:14px;">Name</label>:
</td>
<td><input type="text" name="category2" size="12" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3" style="font-size:14px;">Email</label>:</td>
<td><input type="text" name="category3" size="12" id="GRCategory3" /></td>
</tr>

</table>
<input type="submit" value="Get More Info!" />

</fieldset>
<input type="hidden" name="category1" value="bestguitarlearningreviews" /> 
<input type="hidden" name="confirmation" value="http://www.bestguitarlearningreviews.com/thank-you/"/> 
<input type="hidden" name="ref" value="000" />
<input type="hidden" name="getpostdata" value="get" />
</form>
<style>
<!--
/* form box */
#GRSubscribeForm fieldset {
margin-left:-2px;
border: 0;
}
        
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
        
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}
        
-->
</style>
<!-- GetResponse subscription form | end -->
I have supplied the confirmation value as
Code:
http://www.bestguitarlearningreviews.com/thank-you/
which very much exists. When a name of 'SridharTesting' and email of 'srikat77@yahoo.com' is submitted, this is the URL that I am taken to:

Code:
http://www.bestguitarlearningreviews.com/thank-you/?email=srikat77@yahoo.com&name=SridharTesting&ip=122.167.89.53&site=submit
Can anyone help

sridhar is offline   Reply With Quote
Old 04-11-2009, 06:12 AM   #2
Senior Warrior Member
War Room Member
 
Join Date: Jul 2008
Location: Location, Location.
Posts: 2,066
Thanks: 246
Thanked 446 Times in 266 Posts
Default Re: GetResponse opt-in form help

Try this:

"http://www.bestguitarlearningreviews.com/thank-you/index.html"

Or whatever the actual page is that the thank you data is stored on.

It might be that GAR needs an actual page reference rather than a directory.
SimonHarrison is offline   Reply With Quote
Old 04-11-2009, 06:16 AM   #3
Senior Warrior Member
War Room Member
 
Join Date: Jul 2008
Location: Location, Location.
Posts: 2,066
Thanks: 246
Thanked 446 Times in 266 Posts
Default Re: GetResponse opt-in form help

Hmm Hold on..

Looking here

<input type="hidden" name="confirmation" value="http://www.bestguitarlearningreviews.com/thank-you/"/>

You have a double / at the end of the URL.

I doubt it's meant to be like that is it ?

Try removing that extra "/"
SimonHarrison is offline   Reply With Quote
Old 04-11-2009, 06:58 AM   #4
HyperActive Warrior
War Room Member
 
sridhar's Avatar
 
Join Date: Sep 2008
Location: Bangalore, India
Posts: 414
Blog Entries: 1
Thanks: 23
Thanked 76 Times in 45 Posts
Default Re: GetResponse opt-in form help

Simon: The /thank-you is a WordPress generated Page, not static index.html.

I use the most common 'Day and name' permalink structure.

Code:
/%year%/%monthnum%/%day%/%postname%/

sridhar is offline   Reply With Quote
Old 04-11-2009, 07:00 AM   #5
HyperActive Warrior
War Room Member
 
sridhar's Avatar
 
Join Date: Sep 2008
Location: Bangalore, India
Posts: 414
Blog Entries: 1
Thanks: 23
Thanked 76 Times in 45 Posts
Default Re: GetResponse opt-in form help

Quote:
Originally Posted by SimonHarrison View Post
Hmm Hold on..

Looking here

<input type="hidden" name="confirmation" value="http://www.bestguitarlearningreviews.com/thank-you/"/>

You have a double / at the end of the URL.

I doubt it's meant to be like that is it ?

Try removing that extra "/"
There's no extra "/" in there. The first "/" is part of the URL and the second one is part of the closing input element. Nothing wrong with it from what I see.

sridhar is offline   Reply With Quote
Old 04-11-2009, 07:33 AM   #6
Fly Higher
War Room Member
 
4Highflyers's Avatar
 
Join Date: Mar 2009
Posts: 115
Thanks: 18
Thanked 18 Times in 11 Posts
Default Re: GetResponse opt-in form help

'sridhar',

The issue is being caused by how Wordpress deals with the query string
that gets added to the end of your thank-you page...

2 solutions for you...

1. Easiest:

If you don't do anything with the subscriber details that get sent back
to your thank you page, then...

1. login into your GR account

2. select the auto in question

3. go to its settings and choose the 'personalization' tab

4. set 'Passing subscribers' details:' to the top option (off)

Now your subs will reach this url...

bestguitarlearningreviews.com/thank-you/

instead of this url...

bestguitarlearningreviews.com/thank-you/?email=this@that.com&name=joe&ip=10.10.10.1&site=s ubmit

(which was causing you the 404)


Option 2: Bit More Work:

If you need the subscriber's details passed, then have wordpress
create a static page for your 'thank you' page rather than a post.

Best,
Adam

4Highflyers is offline   Reply With Quote
Old 02-09-2010, 08:04 AM   #7
Active Warrior
 
Calvin Tan's Avatar
 
Join Date: Oct 2009
Posts: 86
Thanks: 9
Thanked 2 Times in 2 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via MSN to Calvin Tan
Default Re: GetResponse opt-in form help

Hi

What is the HTML code to add in Mobile Number field for Getresponse Autoresponder? I am using my own opt-in code.. Visit my sites and you will know what I mean.

Thanks for your help and I hope to get an answer asap! you may email me at tan639@hotmail.com

Secrets 2 Profit - Internet Marketing Blueprint Revealed "Make Money By Copy The Easy Methods To Dominate All Marketing Strategies"
Calvin Tan is offline   Reply With Quote
Old 06-21-2010, 02:30 PM   #8
Active Warrior
War Room Member
 
Join Date: Jun 2010
Posts: 33
Thanks: 0
Thanked 4 Times in 4 Posts
Default Re: GetResponse opt-in form help

Hi sorry looking for u high n low.

Just need to ask are u the guy doing outsourcing for Niche Review Templates?

If yes, kindly quote me for 10 sites ? ($67 for 2 - with clickbank affiliate code).. reply to me at ginngoh at gxxxxl dot com

Sorry i cant pm u as not qualified yet.
ginngoh is offline   Reply With Quote
Old 06-21-2010, 02:34 PM   #9
HyperActive Warrior
War Room Member
 
sridhar's Avatar
 
Join Date: Sep 2008
Location: Bangalore, India
Posts: 414
Blog Entries: 1
Thanks: 23
Thanked 76 Times in 45 Posts
Default Re: GetResponse opt-in form help

@ginngoh: Please contact me via the contact form at Sridhar Katakam's Blog regarding Niche Review Blogs.

sridhar is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
form, getresponse, optin

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 10:51 AM.