Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Rate IT not working

Quote Reply
Rate IT not working
When I Rate a link, I go to the "Rate IT", choose my rating, and when I click on submit, it sends me to my "Top Rated" screen. Then when I do a build, the rating for the link does not increment?? Can someone help me please.

Quote Reply
Re: Rate IT not working In reply to
Do you have the following code in your rate.html page?

Code:
<input type="hidden" name="ID" value="<%ID%>">
That causes an error as you have described if that is not present between the form tags.

Hope that helps

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: Rate IT not working In reply to
Thanx, it worked!