im trying to understand to create a form that process in php but shows the erros in ajax. heres a sample of something i want Click Here, i already understand some jquery but not everything , like when i create a form in html do i had to create a id for each input for the $_post to send to the php page to get process or can i just create a id for the form?

If you provide an id for each input, they will be easier to target in jQuery. So, it's not required, but will make your coding simpler.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.