Quote:
Originally Posted by bananalive
I've had no experience with Logician's templates but you can submit information to the form using method="get" and sending to a url like:
HTML Code:
<form name="form" action="misc.php?do=form&fid=3" method="get">
Username:
<input type="text" name="user" />
<input type="submit" value="Submit" />
</form>
yourforum.com/forum/misc.php?do=form&fid=3 &user=bob
And then you could use form hooks or hidden fields to get variable.
|
Thanks again BananaLive,
Could you give me some information regarding the step above or point me somewhere that I can figure out / look up how to do that. I didn't have much luck getting it done as a paid request. I can make the form but getting it to your form is my challenge.