"; make_section("Name of dog", "dog_name", $java_text, "N"); make_section_double("Gender", "gender", "Age", "age", $java_text, "N"); make_section_double("Breed", "beed", "Is the dog microchipped?", "chip", $java_text, "N"); echo ""; echo ""; make_section_col2("Is the dog up to date on all vaccines, heart worm and Lyme testing?", "vacc", $java_text, "N"); make_section_col2("Is the dog spayed/neutered? ", "spay", $java_text, "N"); make_section_col2("Are you using flea/tick and heart worm preventative?", "tick", $java_text, "N"); make_section_col2("Brand and last time administered", "last_time", $java_text, "N"); make_section_col2("What and how much are you feeding your dog?", "amount", $java_text, "N"); echo ""; echo ""; make_section_double("Behavior Is the dog housebroken?", "housebroke", "Crate trained?", "crate", $java_text, "N"); make_section("Where is the dog during the day/night?", "day", $java_text, "N"); make_section("Does the dog have behavior issues with men/women/children?", "behavior", $java_text, "N"); make_section("Does the dog have a bite history?", "bite", $java_text, "N"); make_section_text("Please explain the circumstances:", "circ", $java_text, "N"); make_section_double("Has the dog been socialized with other dogs?", "dogs", "Cats?", "cats", $java_text, "N"); make_section_text("Please give us a brief description of the dog’s personality", "personality", $java_text, "N"); make_section_text("Please list commands the dog knows and any training it has had", "commands", $java_text, "N"); echo ""; echo ""; echo ""; echo ""; echo ""; ?>

Homeward Bound Dog Rescue of New York
Owner Surrender Application

* = Required fields.
 
 
Medical
 
Behavior
"; echo "I certify that my dog is not aggressive and it has never had a bite history. If my dog has had an aggression or bite history and I do not inform Homeward Bound Dog Rescue of New York, Ltd of this history and the dog is adopted and causes injury due to aggression or bite, I understand that I can be held personally responsible for any injuries incurred."; echo "
"; echo "Upon receiving this form, a volunteer will contact you and give you details for the possible surrender and the evaluation times. Medical history from a vet will need to be emailed to us prior to the evaluation. "; echo "
"; echo "I certify that the information provided on this form is true and correct. I understand that an evaluation of the dog and a temperament test will be performed by an experienced rescue volunteer for the purpose of allowing Homeward Bound Dog Rescue of New York, Ltd to ensure that the dog is appropriate for re-homing before accepting the dog into its adoption program. I understand that if, during the evaluation process information presented by me on this surrender form is deemed to be false, then Homeward Bound Dog Rescue of New York, Ltd retains the right to decline the accept the dog I wish to surrender."; echo "
"; echo "I understand that the following criteria must be met before Homeward Bound Dog Rescue of New York, Ltd will consider taking my dog as an owner/HBDR surrender."; echo "
"; echo "Dog must be: 1. Current on all vaccinations. 2. Heart worm negative. 3. Spayed or neutered. 4. Owner must make a donation of at least $200 to Homeward Bound Dog Rescue of New York, Ltd in order for the dog to be accepted. If this is an HBDR dog, the suggested donation is $100 to help provide food and medical care. "; echo "
"; echo "Do not sign or date this form until the dog is accepted into the program."; echo "
"; echo "Dated: "; echo ""; echo ""; echo "Donation received by: "; echo ""; echo "
"; echo "Dated: "; echo ""; echo ""; echo "Owner's signature: "; echo ""; echo "
"; echo "Dated: "; echo ""; echo ""; echo "Owner's signature: "; echo ""; echo "
"; echo ""; if ($req1 == "Y") { echo "*"; } echo ""; echo $label_text2; echo ""; echo ""; echo ""; if ($req1 == "Y") { $java1 .= "if( isEmpty( form." . $label_name2 . " ) ){ display_error(form." . $label_name2 . " ,'" . $label_text2 . "'); return false;}"; } } function make_section_col2($label_text2, $label_name2, &$java1, $req1) { echo ""; echo ""; echo $label_text2; echo ""; echo ""; if ($req1 == "Y") { echo "*"; } echo ""; echo ""; if ($req1 == "Y") { $java1 .= "if( isEmpty( form." . $label_name2 . " ) ){ display_error(form." . $label_name2 . " ,'" . $label_text2 . "'); return false;}"; } } function make_section_double($label_text2, $label_name2, $label_text3, $label_name3, &$java1, $req1) { echo ""; echo ""; echo $label_text2; echo ":"; echo ""; if ($req1 == "Y") { echo "*"; } echo $label_text3; echo ""; echo " "; echo ""; if ($req1 == "Y") { $java1 .= "if( isEmpty( form." . $label_name3 . " ) ){ display_error(form." . $label_name3 . " ,'" . $label_text3 . "'); return false;}"; } } function make_section_text($label_text2, $label_name2, &$java1, $req1) { echo ""; echo ""; echo $label_text2; echo ""; echo ""; echo ""; if ($req1 == "Y") { $java1 .= "if( isEmpty( form." . $label_name2 . " ) ){ display_error(form." . $label_name2 . " ,'" . $label_text2 . "'); return false;}"; } } ?>