Hello everyone,
I am building an online store . I have individual pages for each product, on which there is one small text field, and a button "purchase". Now, I want to validate the quantity entered (make sure it's a number), so when the user clicks "purchase" (and here's the problem) IF the quantity is valid, then submit the form, ELSE reload the page and have a small statement under "quantity" saying "please insert a valid quantity. very similar to if you wanna buy something on tiffany.com, like a necklace or something.
how do I reload the page if the quantity is not valid, and submit the form if it is valid? (using only the purchase button). I know I can use javascript but prefer not to.
Thanks