Hi all,
I'm trying to figure out if I can do the following:
- User submits form to script via jquery post
- Depending on what was processed, script may or may not return errors
- If the script did not process any errors (i.e. SUCCESS), I want to redirect to a SUCCESS page
I know it's possible to redirect the browser via javascript, but I'm worried if some users have javascript disabled the entire flow might get messed up.
Thanks in advance.