ghosttr Posted September 21, 2007 Share Posted September 21, 2007 I have 2 fields that i need sent with one form, but I only need the user to see 1 form when submitting. Can anyone tell me how this can be accomplished? Quote Link to comment Share on other sites More sharing options...
jvrothjr Posted September 21, 2007 Share Posted September 21, 2007 echo "<FORM method=post>"; echo "<input name=atype type=text value='$atype'>"; echo "<input name=codeseries type=text value='$codeseries'>"; echo "<input name=cmd type=submit value='Submit'>"; echo "</form>"; have both with in the form function Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.