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? Link to comment https://forums.phpfreaks.com/topic/70084-2-fields-one-form/ 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 Link to comment https://forums.phpfreaks.com/topic/70084-2-fields-one-form/#findComment-352027 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.