Jump to content

Form submission problem


foucquet

Recommended Posts

I am trying to process a simple registration form:-

 

<form method="POST" action="regproc.php">

<p>Choose a username:<br /><input name="nick" type="text" /></p>

<p>Choose a password:<br /><input name="pwd" type="password" /></p>

<p>Re-type password:<br /><input name="pwd2" type="password" /></p>

<p>Sex:<br /><input name="sex" type="text" /></p>

<p>Email address:<br /><input name="email" type="text" /></p>

<p><input name="submit" type="button" value="Hit me NOW!" /></p>

</form>

 

but it does not call the relevant processing file "regproc.php" when the submit button is hit. I can't figure out just why this is and would appreciate any ideas. I know that the solution is probably very simple and staring me in the face if only I could see it...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.