Skip to main content Accessibility Feedback

Demo: Adoption Forms

You can add a link to your adoption form on each pet profile using the adoptionFormLink attribute. Change the default text using the adoptionFormText attribute.

Loading...

If this is taking a while, please see our available pets at /search/pets-for-adoption/?shelter_id%5B0%5D=SHELTER_ID.

What to put on your site

<link rel="stylesheet" type="text/css" href="fetch.css">
<script src="fetch.js"></script>

<div class="fetch-container">
    Anything you want to display if Fetch isn't supported by the visitor's browser.
</div>

<script>
    fetch.init({
        key: "YOUR API KEY",
        shelter: "YOUR SHELTER ID",
        adoptionFormLink: "http://example.com",
        adoptionFormText: "Fill out an adoption form"
    });
</script>

If you’re using WordPress

[fetch key="YOUR API KEY" shelter="YOUR SHELTER ID" adoptionFormLink="http://example.com" adoptionFormText="Fill out an adoption form"]
Anything you want to display if Fetch isn't supported by the visitor's browser.
[/fetch]