View Single Post
  #26  
Old 07-19-2011, 11:31 AM
Chibi_Chicken Chibi_Chicken is offline
Niwatori Kami
 
Join Date: Jun 2011
Posts: 63
Gender: Unknown/Other
Credits: 7,355
Chibi_Chicken is on a distinguished road
Default

Quote:
Originally Posted by blondbananamix View Post
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.
Reply With Quote