kwalker Posted August 11, 2007 Share Posted August 11, 2007 I have implemented the AJAX form validation code (linked below), but I want to have the form hide after successful validation. Additionally, it would be nice for the page to actual redirect. Is this possible? Can anyone help out? http://www.roscripts.com/Ajax_form_validation-152.html Thanks in advance Quote Link to comment Share on other sites More sharing options...
adam84 Posted August 20, 2007 Share Posted August 20, 2007 instead of displaying: echo '<p><b>Success!</b></p>'; echo '<span>Your registration was successfully processed. You may login and start using your account. Thank you for registering !</span>'; use redirect("Location: members.php"); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.