Quote:
Originally Posted by nascartr
Hey bananalive, I have a question. I am using a form for a trade manager. User A fills out the form and has the field to put User B which is the person they are trading with. I know that I can have the form PM'd to User A but I'd also like to be able to have it PM'd to User B that was entered into the form field. Is that a possiblity? Thanks!
|
Add in Form Hook: Before submit:
PHP Code:
$form['pmrec']= $qo[152];
where 152 is the question hash of the question with the username of the member that the pm should go to.