PDA

View Full Version : My registeradult template is screwed up... please help me



codyrush
Sat 6th Jan '01, 12:38pm
Okay, I ran into a problem with my registeradult template. When adjusting it (err.. I forgot to back it up) and I think I lost a key "input type="hidden" string of code. Here are the form fields that I currently have in the registeradult HTML:

<form method="post" action="member.php3">

<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset">

Whenever I fill in the registration form, then click on submit, it just takes me back to the signupverify template... please help. This is not allowing anyone to register on my site.....

Thanks,
Cody

Scaramanga_gold
Sat 6th Jan '01, 12:53pm
all the orignal templates should be in the members area.

codyrush
Sat 6th Jan '01, 1:07pm
You my friend are a god (or goddess considering I have no idea what your gender might be)...

Anyways, here is the code I was missing:

<INPUT TYPE="HIDDEN" NAME="action" VALUE="addmember">

Thanks,
Cody