jream Posted October 8, 2008 Share Posted October 8, 2008 Could anyone test this out, so I know if its just me or if its the page? http://adb (dot) advancednetsystems (dot) com/store/create_account.php Everytime i fill it out I get taken to Advanced search page But the action appears like this advanced_search.php?action=process&gender=m&firstname=j&lastname=boyer&dob=10%2F25%2F1984&email_address=trixterj%40gmail.com&company=none&street_address=555%20Somewhere&postcode=90210&city=Belair&state=CA&country=223&telephone=555-555-5555&password=mullet123&confirmation=mullet123 If I manually change the URL to create account it works will all the content : create_account_success.php?action=process&gender=m&firstname=j&lastname=boyer&dob=10%2F25%2F1984&email_address=trixterj%40gmail.com&company=none&street_address=555%20Somewhere&postcode=90210&city=Belair&state=CA&country=223&telephone=555-555-5555&password=mullet123&confirmation=mullet123 Is something wrong in create_account.php? When I try to login I get taken to the advanced search page as well :( Link to comment Share on other sites More sharing options...
sLaV- Posted October 8, 2008 Share Posted October 8, 2008 In your header you have an open link to advanced_search.php: <form name="quick_find" action="http://adb.advancednetsystems.com/store/advanced_search_result.php" method="get"><input type="text" name="keywords" size="10" maxlength="30" style="width: 95px"> <input type="hidden" name="osCsid" value="35376fadcb578e78323a9234a800b3ab"><input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif" border="0" alt="Quick Find" title=" Quick Find "><br /><a href="http://adb.advancednetsystems.com/store/advanced_search.php?osCsid=35376fadcb578e78323a9234a800b3ab</form> See that last bit <a href="http://adb.advancednetsystems.com/store/advanced_search.php?osCsid=35376fadcb578e78323a9234a800b3ab ... just remove that and you should be set Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.