I have a page, with a form that has hidden fields.
What I’m looking to do, is when the user hits the page, they get a ‘Redirecting you….’ and then the form is then submitted.
Can this be done using jQuery/PHP?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To simply submit the form:
If you want to do other UI stuff while the form is being submitted look at using AJAX to submit the form and update the UI.
http://api.jquery.com/jQuery.ajax/