I have a page that uses jquery tabs and on one of these tabs I have a simple enquiry form. Anyway after the form is submitted, it no longer displays if I go to another tab and then back again.
Hence I am wondering if I can reset the value of $_POST["submit"] so the the form will display again?Code:<div id="tab_3"> <h2>Enquiry Form</h2> <?php if (!$_POST["submit"] or count($arrErrors) > 0 or $errors == 1) { ?> <form id="enquiry" method="post" action="<?php echo $PHP_SELF; ?>">








Bookmarks