javascript - Form Redirect Success/Fail page -
javascript - Form Redirect Success/Fail page - i have tried create form redirect success or fail page. have searched through internet, looking @ normal form redirects , javascript onclick redirect's. can help me add together adding redirect: html: <!-- ///////////////////////////////////////////////////////////////////////////////// --> <!-- contact form --> <div class="col-lg-6"> <h1>contact</h1> <h3 class="service_h3">say hello! inquire something?</h3> <form action="submit_contact.php" id="contactform"> <fieldset> <div id="result"></div> <!-- ///////////////////////////////////////////////////////////////////////////////// --> <!-- name field --> <div class="form-item"> <label for="name...