I copied my livesite to a localhost.
All the submit buttons are looking for an internet connection, which is now, of course, a localhost.
<form action="http://www.mysite.com/bp-db-handle/edit-websites-category.php" method="post">
How do I correct this?
Also, how do I handle my multiple livesite mySql databases on a localhost?
Are they all added together to the same localhost DB?
Thank you in advance,
-A