Hi
I have a HTML form with action to php page. Is there any way that I can get error messages on the HTML form page, not on php page? As I have action to php page, as soon as I click Submit button, it goes to php page. I tried to use php on the same HTML page, but no success yet. I want to get all validations and errors done on html page and then it will go to php page. I have action to the php page.
Thanks
validation error messages on html page
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
That is not what we said. We said you need to use client side technology (Javascript) to do what you want. It can be done, quite easily, but not with PHP. It has to be done in the browser.paul_20k wrote:Thanks
so there is no way to do it what I am looking for?? I saw lots of sites which has this functionality.
PS This is being moved to Client Side.