Helpful Information
 
 
Category: vB5 Programming Discussions
Query String to pre-fill private messages

In vb3 we were able to call the private message script and have some of the items pre-filled in, namely the subject and the message.

/member.php?s=&action=mailform&userid=" . $userid . "&subject=" . $subject . "&message=" . $message . ">

Is there a way to do this in VB5? I've figured out the link to create a PM is as follows:

PHP Code:
privatemessage/new/%USERID%

But how can i pre-populate the subject and message? Thanks!










privacy (GDPR)