Quote:
Originally Posted by Martyh
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.
|
Change
user to field name
Change
3 to the correct form id
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>