Quote:
Originally Posted by blondbananamix
Is it possible so that on the adopt page, you click on the adoptable you want to adopt, and THEN get taken to a new page where you can then name and adopt it?
like this:
http://www.iaza.com/work/110526C/iaza16159818850700.png
So you click on the pet you want to adopt, and Then go to a page where you name it and actually adopt it.
|
Was this your main question I am unsure?
what you can do is find this line in adopt.php
Code:
$article_content .= "<form name='form1' method='get' action='doadopt.php'>
<h3>Available Adoptables</h3><table>";
Change the action from doadopt.php to adopt.php.
So when a user picks what adoptable they want it send them back over to the adopt.php but it just shows them the one adoptable and they can name it there.