Quote:
Originally Posted by ChrisBaktis
I dont think you are following what im asking for....$bbuserinfo [username] is going to be the person that is actually filling out and submitting the form. As it is now I do use that already - I use it so the form logs ME as one of the traders.
this is part of my Answer form
PHP Code:
[b]Trade/Sale Between:[/b] [COLOR="green"]$bbuserinfo[username][/color] / [COLOR="green"]$normalanswer1
[/color]
$bbuserinfo[username] logs me as one of the traders - and $normalanswer1 is the other trader (whos name I have to type in when filling out the form)
what I want to do is have a link in a post - when I click that link I want the form to assign $normalanswer1 as the person who's post I just clicked the link from. I cant see how $bbuserinfo[username] will do that. The form is (as it is) will not assign $normalanswer1 as the name of the author of the post.
I dont know how else to explain it.
|
So you want a link to that user you write in?