Custom registration form not working
-
Hello,
So I am trying to create a registration form that’s pretty different from the standard registration form.
I have all of the fields I need, so I have them hard-coded into the HTML. In other words, I have eliminated all of the functions that format the inputs and whatnot.
I have it posting to itself, which I’m pretty confident is how the original form operated. (`<form action="" method="POST"` … )
But, of course, it’s not working. I submit the form and it just essentially refreshes the page.
Could someone help me out? I have no idea why this wouldn’t be working. Thanks.
- The topic ‘Custom registration form not working’ is closed to new replies.