Contact form installed with a MySQL database-searching drop-down selector
The owner of BabcockBulldogs.com originally requested that there be a spot on the contact page where the prospective buyer could enter something like “puppy #x” if they were interested in a particular puppy. Now, the form selector dynamically queries the MySQL database that WordPress feeds, and only displays titles from active listings in the Available Puppies page. It then sends the title of the selected post, along with the rest of the form data, to the owner when Send is pressed. Pretty cool. That’s why it’s called a “custom” website.