Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Opinions, Testing and Fixing Help Re: Opinions, Testing and Fixing Help

#48616
ChrisBull
Member

Thanks for the replies,
I am definitely not going to just reply on JavaScript to validate the form, in fact all that JavaScript is doing is checking that the fields are not empty, I will then use Ajax to send the data to a php file for proper validation, and then yes, the error code will be populated with correct feedback from php. I just wanted to get feedback and fix the errors it already has before moving on.
I know that I should not normally have a login form that will not function if the user does not have JavaScript enabled but the site I’m creating is only for people with it enabled so there’s not a problem there, in fact I have to keep people without JavaScript enabled from being able to press the button…