I have a forum to which people can opt to receive messages when new replies are posted. In the posting message there are hidden fields which send emails.
PROBLEM: The entire URL of the forum and message is sent and it is too long, gets chopped off and people click on it only to go nowhere. It's probably an easy fix but I'm not experienced enough to know it. (
I'd like it to say something like CLICK HERE TO VIEW REPLY or as a hyperlink to the entire URL of the post.
Any help would be greatly appreciated, here's the code:
<input type="hidden" name="MAIL_BODY" value="Hello <%=(rsFormReply.Fields.Item("NAME".Value)%>! Your post <%=(rsFormReply.Fields.Item("MSG_SUBJECT".Value)%> has been replied. Please read it at <%= myURL %>/forums/message.asp?r=forums&t=<%=(rsFormReply.Fields.Item("FOR_NAME".Value)%>&i=<%=(rsFormReply.Fields.Item("MSG_ID".Value)%>">
Ladyborg
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]
PROBLEM: The entire URL of the forum and message is sent and it is too long, gets chopped off and people click on it only to go nowhere. It's probably an easy fix but I'm not experienced enough to know it. (
I'd like it to say something like CLICK HERE TO VIEW REPLY or as a hyperlink to the entire URL of the post.
Any help would be greatly appreciated, here's the code:
<input type="hidden" name="MAIL_BODY" value="Hello <%=(rsFormReply.Fields.Item("NAME".Value)%>! Your post <%=(rsFormReply.Fields.Item("MSG_SUBJECT".Value)%> has been replied. Please read it at <%= myURL %>/forums/message.asp?r=forums&t=<%=(rsFormReply.Fields.Item("FOR_NAME".Value)%>&i=<%=(rsFormReply.Fields.Item("MSG_ID".Value)%>">
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]