Helpful Information
 
 
Category: Small projects (quick fixes and changes)
I'll paypal you $20 if you can tell me this cookie script...

On my homepage I have an email register form and a "no thanks, just take me to the main site" link. I'm trying to figure out the script or how to set it up so that it remembers and auto-redirects only people who have registered their email.

If anyone can tell me how to do this and the code and it works I'll paypal you $20 immediately.

What language is your e-mail verification script in?

I don't think I have a verification script, I just have the form set up through a GetResponse subscription form. and the user get's an email verification through Get Response. I'm trying to set it up like www.mehow.tv which also uses GetResponse. His code is php. The code I'm using right now looks like this:

<!-- 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">Your Name</label>:</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3">Your E-Mail</label>:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
</tr>
</table>
<input type="submit" value="Begin Download Now!" />
<p></p>
</fieldset>
<input type="hidden" name="category1" value="myspacemethod" />
<input type="hidden" name="confirmation" value="http://www.myspacemethod.com/nlaunchb.html"/>
<input type="hidden" name="error_page" value="http://www.myspacemethod.com/error.php"/>
<input type="hidden" name="ref" value="000" />
<input type="hidden" name="getpostdata" value="get" />
</form>
<style>
<!--
/* form box */
#GRSubscribeForm fieldset {
width: 260px;
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 -->










privacy (GDPR)