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 Link to comment https://forums.phpfreaks.com/topic/64438-ajax-form-validation/ 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"); Link to comment https://forums.phpfreaks.com/topic/64438-ajax-form-validation/#findComment-329118 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.