Hi all!
I am looking for a way to handle emply form fields on one page
instead of catching it on the response page.
I have seen some good handling where the same page comes back
with a colored field or a red aterik.
Also, if I do the form handling on one page can I still have my
database conn
This is normally done with JavaScript. As an alternative, you could have the
form self-process with PHP and only redirect to a results page when everything
is completed.
> I am looking for a way to handle emply form fields on one page
> instead of catching it on the response page.
>
> I have se