Comment box doesn't work |
Comment box doesn't work |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 458,595 ![]() |
Hi, I'd like to know why my comment box isn't functioning correctly, because I basically did everything I was supposed to do, which was placing my id # where it said "friend ID" in the code. Everything works, people are able to comment on my pictures, send me messages and all of that....except leave me comment in my comment box. Everytime my friends tried to send me a comment, it would say that they made an error and that they have to be my friend in order to do that. So I would basically like to know why all of that is happening.
|
|
|
![]() |
![]()
Post
#2
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 458,595 ![]() |
here's the comment box code:
<center> <form method="post" action="index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="10758374" value="10758374"><textarea name="f_comments" cols="40" rows="7">Comment Me</textarea><br> <input type="submit" value="Finalize"> <input type="reset" value="Back To Basics"></form><br> <form action="http://www.myspacehelp.uni.cc" method="post"> </center> |
|
|
*Azarel* |
![]()
Post
#3
|
Guest ![]() |
<center> <form method="post" action="index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="10758374" value="10758374"><textarea name="f_comments" cols="40" rows="7">Comment Me</textarea><br> <input type="submit" value="Finalize"> <input type="reset" value="Back To Basics"></form><br> <form action="http://www.myspacehelp.uni.cc" method="post"> </center> What I have bolded in your coding should be replaced with "friendID"; not your actual friendID#, but that actual text. |
|
|
![]() ![]() |