Forum Moderators: travelin cat
I've already delved deeply into code validation, which hasn't solved the problem. The site's in my profile - easier just to point people there than to copy out reams of code.
The form is enclosed by:
<form action="" method="post" name="registrationform">
</form> with a javascript-driven register button.
Any pointers would be gratefully received! Thanks. :)
I don't completely understand the detail of this code as I didn't write the original version and am not a javascript expert - should it be
action="post"? I can try that and post back here.
The action command tells the form what to do, like access a cgi script or some other script...
I have hundreds of forms on hundreds of sites and they all have to be told what to do when the user clicks on the submit button.
That is what the action command does....