Ohita sisältö
TailHarbor
← Takaisin tuloksiin
Vapaana

Adoptoi 3 Male rats

Rasvahybridi · Nainen · Vanhempi · 12 kuukautta

Small animals looking for forever homes 3 Male rats What you need to know Age: 8 weeks on 04/01/26 Sex: Males Species: Rats About me These 4 male rats came via an inspector from a home with too many animals. They were with 5 female rats, We have now homed the female rats They came into the shelter as 8 week old babies on 04/01/26. Now they are chunky big boys. We are hoping they can be rehomed together. They are usually snuggled up together in their little house. These boys did not have the best start in life so are still shy and wary of humans. But they will come forward and take treats from you. They are very inquisitive and want to know what you are doing and if you have a nice tasty snack for them Do you have experience in rats, have the patience to show these lovely boys that humans are lovely and give lovely treats and cuddles ( in time) Taking pictures of rats is never easy so these are the best pictures we could get!! Scroll through the gallery of images above or click to open Fill in the Adoption Form APPLICATION TO ADOPT A SMALL ANIMAL Great news, you want to adopt a small animal from us! We just need to get a few details from you so we can find the perfect animal for you. Please answer honestly, so we find the right match. Please note that you MUST be over 18 to submit an application for adoption. Please fill in the information below: Have you seen a small animal that you’re interested in? If so please state their name: (Required) If not, please let us know what species of animal you are interested in adopting: Guinea pig Hamster Chinchilla Pet bird (please provide information on type) Degu Ferret Gerbil/ jird Mouse Rat Other (please state) If you stated PET BIRD or OTHER please provide further information: Any specific gender? Male Female Either Are you looking to adopt/foster: A single animal A pair of animals A group of animals Your details Name (Required) First Last Email (Required) Phone/ mobile (Required) Address (Required) Street Address City County Postcode Your home Do you: (Required) Own your home Rent your home If you rent, have you got written permission from your landlord? Yes - you will be required to provide evidence No If applicable to the animal, do you have a garden? (Required) Yes No Communal Do you have the animal(s) accommodation already? (Required) Yes No If yes, please describe type, including any sizes. Please give as much detail as possible: Who lives at home? Number of adults (Required) Number of children (Required) Ages of children Any visiting children? (Required) Yes No If yes, please state their ages Do you own other animals of the same species as you wish to adopt? (Required) Yes No If yes, how many and please state their gender Are they neutered? (Required) Yes No N/A Have they been vaccinated in the last 12 months? (Required) Yes No Any other animals at home? (Required) Yes No If yes, please state type (example: cat, hamster etc) Please tell us about each member of your household and the role they will play in the day to day care of the animal you are interested in: (Required) Your lifestyle What provision do you have for cleaning out and feeding the animal, i.e. who and frequency? (Required) Are you planning to move home in the next 6 months? (Required) Yes No Are you planning to go on holiday in the next 3 months? (Required) Yes No Have you any other big life changes planned in the next six months? (Required) Yes No Your ideal animal Have you any specific requirements of your new animal? (E.g. to like being picked up/petted, etc) (Required) This is the first animal of this species that I will have owned/fostered (Required) Yes No Declaration Consent (Required) By ticking this box you verify that all the above information is true and accurate, you agree to the RSPCA Adoption processes and that you’re happy to have a home visit. Your information The information you have provided on this form will be used by the RSPCA for the purposes of facilitating your application to adopt a pet. We will not use your personal information for any other purpose without prior notice to you and we will not share your personal information with third parties for their own marketing purposes. Can we keep in touch? (Required) Post Email Text Phone No, Thank You We’d love to keep you updated about our fundraising activities, products and ways in which you can support us to help animals. Please tell us how you would like to hear from us: How did you hear about us? (Required) Previous adopter Word of mouth Social media RSPCA member Other CAPTCHA Δ gform.initializeOnLoaded( function() {gformInitSpinner( 4, ' true );jQuery('').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('');var is_confirmation = jQuery(this).contents().find('').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('').addClass('gform_validation_error');} else {jQuery('').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('').val();gformInitSpinner( 4, ' true );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('').text());}else{jQuery('').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "4", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_4" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_4"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_4" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 4, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce

Koko
Suuri
Ikä
Vanhempi · 12 kuukautta
Sijainti
🇬🇧Iso-Britannia
Hoitola
RSPCA Brighton and the Heart of Sussex
Luo ilmainen tili yhteydenottoa varten →

Ilmainen tili — sisältää 10 yhteydenottoa

Hoitoon otettu RSPCA Brighton and the Heart of Sussex · Iso-BritanniaRasvahybridi

Listattu eilen

Voit myös pitää kiinnostavana

Lisää samanlaisia eläimiä

Zyta

2 vuotta

Rasvahybridi

🇵🇱Puola

Łakotek

1 vuosi

Rasvahybridi

🇵🇱Puola

Megi

5 vuotta

Rasvahybridi

🇵🇱Puola

Lisää täältä RSPCA Brighton and the Heart of Sussex

Inbetweener Cats

Rasvahybridi · pieni

🇬🇧Iso-Britannia

Ralph

5 vuotta

Rasvahybridi · suuri

🇬🇧Iso-Britannia

Louie

5 vuotta

Rasvahybridi · pieni

🇬🇧Iso-Britannia