Basically, im redesigning a form page on our website.
Currently the user submits the form, it does a few javascript checks
and either submits to the "processstuff.p hp" page, or gives the user a
JS error message.. where they have to go back and fill the details in.
Im trying to optimise and make this form/page as best as it can be.
Do you think it would be a better idea to continue using JS or use JS
then submit to the php page(where it checks some other details(postcod e
validation) and submits, or just solely use php validation?
Im open to ideas please.
Thanks
Currently the user submits the form, it does a few javascript checks
and either submits to the "processstuff.p hp" page, or gives the user a
JS error message.. where they have to go back and fill the details in.
Im trying to optimise and make this form/page as best as it can be.
Do you think it would be a better idea to continue using JS or use JS
then submit to the php page(where it checks some other details(postcod e
validation) and submits, or just solely use php validation?
Im open to ideas please.
Thanks
Comment