Property118 founder slams Shelter for causing landlord exodus
Property118

Property118 founder slams Shelter for causing landlord exodus
/* =========================================
Property118 article normalisation
Fixes: paragraph spacing + empty sections
========================================= */
.p118-article { width:100%; }
.p118-article, .p118-article * { box-sizing:border-box; }
/* Enforce readable, consistent spacing regardless of theme */
.p118-article p{
margin:0 0 16px !important;
font-size:16px;
line-height:1.75;
color:#222;
}
.p118-article p:last-child{ margin-bottom:0 !important; }
.p118-article h3{
margin:0 0 12px !important;
font-size:18px;
font-weight:900;
color:#1f5aa6;
}
/* Section rhythm */
.p118-article .p118-sec{ margin:18px 0 !important; }
.p118-article .p118-sec–shade{ background:#f4f6f8; } /* no padding by request */
/* Quotes */
.p118-article blockquote{
margin:0 0 16px !important;
padding:0 !important; /* keep within “no padding” preference */
border:0 !important;
}
.p118-article blockquote p{
margin:0 !important;
font-style:italic;
}
/* Links */
.p118-article a{ text-decoration:underline; }
/* =========================================
Fundraising block (your provided design)
Restored in full + isolated from theme
========================================= */
.p118-article .p118-supportWrap{ margin:22px 0 0 !important; }
.p118-article .p118-supportWrap,
.p118-article .p118-supportWrap * { box-sizing:border-box; }
.p118s-wrap{width:100%;padding:0}
/* HERO */
.p118s-hero{border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;background:#081f3a;margin:12px 0 18px}
.p118s-heroInner{padding:22px;background:
radial-gradient(1100px 460px at 10% 0%, rgba(255,106,0,0.18), rgba(255,106,0,0) 60%),
radial-gradient(900px 420px at 90% 20%, rgba(30,115,190,0.16), rgba(30,115,190,0) 60%),
linear-gradient(180deg, rgba(8,31,58,0.96), rgba(8,31,58,0.92))
}
.p118s-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}
@media(min-width:900px){.p118s-grid{grid-template-columns:1.45fr 0.55fr}}
.p118s-h1{margin:0 0 10px;font-size:30px;line-height:1.15;font-weight:900;color:#fff}
.p118s-lead{margin:0 0 14px;font-size:15px;line-height:1.65;color:rgba(255,255,255,0.9);max-width:70ch}
.p118s-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.p118s-btn{display:inline-block;text-decoration:none;font-weight:900;border-radius:12px;padding:11px 14px}
.p118s-btnPrimary{background:#ff6a00;color:#111}
.p118s-btnGhost{background:transparent;border:1px solid rgba(255,255,255,0.28);color:#fff}
/* PROOF PILLS */
.p118s-proof{display:grid;grid-template-columns:repeat(12,1fr);gap:10px;margin-top:14px}
.p118s-pill{grid-column:span 12;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.11);border-radius:14px;padding:12px}
@media(min-width:900px){.p118s-pill{grid-column:span 4}}
.p118s-pillLabel{margin:0 0 6px;font-size:11px;letter-spacing:0.02em;text-transform:uppercase;color:rgba(255,255,255,0.7)}
.p118s-pillValue{margin:0;font-size:16px;font-weight:900;color:#fff}
.p118s-pillSub{margin:4px 0 0;font-size:12px;line-height:1.45;color:rgba(255,255,255,0.82)}
/* RIGHT PANEL */
.p118s-panel{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:14px;padding:14px}
@media(min-width:900px){.p118s-panel{position:sticky;top:18px}}
.p118s-panelTitle{margin:0 0 6px;font-size:13px;font-weight:900;color:#fff}
.p118s-panelText{margin:0 0 12px;font-size:13px;line-height:1.55;color:rgba(255,255,255,0.86)}
.p118s-amounts{display:grid;grid-template-columns:1fr;gap:10px}
.p118s-chip{display:block;text-align:center;background:#fff;border:1px solid #e8e8e8;padding:11px 10px;border-radius:12px;font-weight:900;text-decoration:none;color:#111}
.p118s-chip small{display:block;font-size:11px;font-weight:700;opacity:0.7;margin-top:2px}
.p118s-panelNote{margin:10px 0 0;font-size:12px;line-height:1.45;color:rgba(255,255,255,0.78)}
.p118s-panelNote a{color:#fff;text-decoration:underline}
/* SECTIONS */
.p118s-section{margin:22px 0}
.p118s-h3{margin:0 0 10px;font-size:18px;font-weight:900;color:#155ea6}
.p118s-p{margin:0 0 12px;font-size:15px;line-height:1.7;color:#222;max-width:86ch}
.p118s-divider{height:1px;background:#eee;margin:24px 0}
/* SECTION BANDING */
.p118s-bandWrap{border-radius:16px;padding:16px;border:1px solid #e9eef5;background:#f7f9fc}
.p118s-bandWrap–tight{padding:14px}
/* CARDS */
.p118s-cards{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:900px){.p118s-cards{grid-template-columns:1fr 1fr}}
.p118s-card{border:1px solid #e3e7ee;border-radius:14px;background:#fff;padding:14px}
.p118s-cardTitle{margin:0 0 8px;font-size:15px;font-weight:900;color:#111}
.p118s-cardText{margin:0;font-size:14px;line-height:1.6;color:#333}
/* TRUSTPILOT BAND */
.p118s-tpBand{border:1px solid #d9e7ff;border-radius:16px;background:#eef5ff;padding:16px}
.p118s-tpTop{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:12px}
.p118s-tpTitle{margin:0;font-size:15px;font-weight:900;color:#111}
.p118s-tpMeta{margin:0;font-size:13px;color:#444}
.p118s-tpBtn{display:inline-block;padding:9px 12px;border-radius:12px;border:1px solid #cfe0ff;background:#fff;
text-decoration:none;font-weight:900;color:#155ea6}
.p118s-quotes{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:900px){.p118s-quotes{grid-template-columns:1fr 1fr}}
.p118s-quote{margin:0;background:#fff;border:1px solid #e3e7ee;border-radius:14px;padding:12px}
.p118s-quote p{margin:0 0 8px;font-size:15px;line-height:1.6;color:#222}
.p118s-quote footer{margin:0;font-size:12px;color:#666;opacity:0.85}
/* FORM */
.p118s-form{scroll-margin-top:90px}
.p118s-formBox{border:1px solid #e3e7ee;border-radius:16px;background:#fff;padding:16px}
.p118s-formNote{margin:10px 0 0;font-size:12px;line-height:1.55;color:#555}
/* FAQ */
.p118s-faq details{border:1px solid #e3e7ee;border-radius:14px;background:#fff;padding:12px 14px}
.p118s-faq details + details{margin-top:10px}
.p118s-faq summary{cursor:pointer;font-weight:900;color:#111}
.p118s-faq p{margin:8px 0 0;font-size:14px;line-height:1.6;color:#333}
/* Gravity Forms styling inside our box */
.p118s-formBox .gform_wrapper{margin:0}
.p118s-formBox .gfield_label{font-weight:800}
.p118s-formBox input[type=”text”],
.p118s-formBox input[type=”email”],
.p118s-formBox input[type=”tel”],
.p118s-formBox select,
.p118s-formBox textarea{border-radius:10px}
.p118s-formBox .gform_footer input[type=”submit”]{background:#ff6a00;border:none;border-radius:12px;font-weight:900;padding:12px 16px}
.p118s-formBox .gform_footer input[type=”submit”]:hover{filter:brightness(0.95)}
Property118 is publishing this analysis because the private rented sector is shrinking in plain sight, and the people who pay the price first are tenants.
Property118 has long argued that landlord confidence is not an abstract concept; it is the fuel that keeps rental supply flowing. Remove confidence and participation falls. When participation falls, supply tightens, rents rise, and choice disappears.
Against that backdrop, Property118’s founder has criticised Shelter for campaigning in a way that, in Property118’s view, has helped create the political conditions for a landlord exodus.
“Shelter has been highly effective at influencing policymakers,” he said. “The unintended consequence is that many landlords no longer see the sector as commercially sustainable. When landlords exit, the supply of rental housing falls. That inevitably drives rents higher and makes life harder for tenants.”
There is a second reason Property118 is setting this out in detail. Property118 articles appear in millions of Google search results each month. That reach exists because landlords, tenants, journalists, lenders and policymakers are all searching for clarity on what is happening to housing supply.
This is not about defending bad practice. Property118 has consistently supported professional standards and enforcement against rogues. This is about a widening gap between political messaging and commercial reality, and the damage that gap causes.
What the landlord exodus looks like in practice
“Landlord exodus” can sound like a slogan until you see how it plays out on the ground.
It is the portfolio landlord who sells one house each time a tenancy ends, not because they want to leave, but because keeping the property no longer meets their risk and return requirements.
It is the long-standing landlord who decides not to re-mortgage, because the next product comes with higher rates, stricter affordability, and a compliance burden that feels unending.
It is the landlord who would have bought again five years ago, but now chooses to de-lever, simplify, or step away entirely.
Property118 has covered this trend repeatedly. Recent examples include commentary on landlords exiting under regulatory pressure and still achieving strong sale prices, which often accelerates decision-making because the exit route appears commercially attractive. See: landlords exiting in under 28 days.
Property118 has also reported on broader indicators of declining confidence, including the interaction between rising costs, legislation and the practical strain of running rental homes to an ever-tightening standard. See: landlord confidence plummets amid soaring costs and new legislation.
The important point is this; most landlords do not exit dramatically, they exit incrementally. That matters because the sector can shrink for years before the political system admits what is happening. By the time the consequences become undeniable, rents have already reset higher and the loss of supply becomes hard to reverse.
Property118 is not alone in reporting the trend. The debate has reached Parliament, with peers raising explicit concerns about landlords “voting with their feet” during discussions linked to the Renters’ Rights Act. See: fears of landlord exodus raised in Lords debate.
Why John Lewis matters, and why it changed the argument overnight
For years, the default response to concerns about landlord exits has been to suggest that institutional capital will simply replace individual landlords. The theory is that build-to-rent will scale up and fill the gap.
Then came John Lewis.
The John Lewis Partnership announced a high-profile entry into build-to-rent, with ambitious plans that were widely interpreted as a sign of confidence in long-term rental housing. It carried the authority of a trusted national brand and the financial weight of an institution that plans in decades.
Property118 has now reported that John Lewis is exiting those build-to-rent ambitions, citing the commercial reality of higher borrowing and construction costs, and a changed market environment. See: John Lewis exits build-to-rent housing projects.
This matters because institutional investors do not leave the sector due to emotion. They leave when the numbers no longer work.
Property118’s view is straightforward. If a well-capitalised institution reassesses and retreats, it becomes far harder to dismiss the warnings coming from smaller landlords, letting agents and lenders.
“When a major institutional investor enters the sector with long-term ambitions and then withdraws after assessing the commercial realities, it reinforces what private landlords have been experiencing for years,” Property118’s founder said. “This is not about sentiment. It is about viability.”
Build-to-rent is still part of the housing mix. Property118 is not arguing otherwise. The question is whether it can scale fast enough, in enough places, and at the right price points, to offset supply lost through landlord exits.
John Lewis stepping back makes that question more urgent.
Shelter’s influence, and the problem with campaigning without supply accountability
Property118 is directly critical of Shelter for one central reason. In Property118’s view, Shelter has been a leading force in pushing a political narrative that frames landlords primarily as a problem to be constrained, rather than as participants who must remain willing to provide housing if supply is to hold up.
Shelter is a major national charity with significant financial resources, receiving income from donations and grants that runs into many millions of pounds each year. Its work includes campaigning, policy advocacy, and the provision of advice and support services. It does not, however, build or provide housing at scale.
Property118’s concern is not that Shelter campaigns, it is that the campaigning environment has become disconnected from supply accountability. The louder the pressure to constrain landlords becomes, the weaker the incentive becomes to stay in the sector and maintain rental homes.
Property118 has previously reported on Shelter’s public commentary around rising rents and the temporary accommodation crisis, alongside warnings from industry bodies about landlord exits. See: Shelter blames rising rents as NRLA warns of landlord exodus.
“Shelter’s objectives are framed around protecting tenants,” Property118’s founder said. “The difficulty is that policies which discourage landlords from providing housing ultimately reduce supply. The result is fewer homes and higher rents.”
Shelter, like other housing charities, argues that stronger regulation is necessary to improve standards and protect renters. That is an argument many people find compelling. The issue is what happens when regulation, tax and political messaging combine to reduce participation. Good intentions do not override market mechanics.
When supply contracts, tenants compete harder. When tenants compete harder, rents rise and choice falls. That is not ideology, it is the unavoidable consequence of a sector becoming less attractive to operate within.
Renters’ Rights Act uncertainty, and a government that admits it did not assess supply impact
The Renters’ Rights Act represents one of the most significant shifts in the private rented sector for a generation. It changes the practical balance of risk, enforcement, and certainty around possession and tenancy structures.
What is astonishing, and now firmly in the public domain, is that the government has admitted it did not carry out an impact assessment on how key elements of the Renters’ Rights Act might affect rental supply.
Property118 has reported this directly, including the written question that triggered the admission. See: government admits no impact assessment of Renters’ Rights Act on supply.
For Property118, this is not a procedural footnote. It is the heart of the problem.
If government does not model the impact on supply, it risks designing reforms that feel morally satisfying but deliver worse outcomes, especially for the renters they aim to protect.
Property118 has also reported on related issues around readiness and capacity, including claims about court preparedness, and the reality of extended waiting times. See: government claims courts will be ready for Renters’ Rights Act.
The sector’s need is not simply new rules. It is predictable enforcement, workable processes, and policy that understands how landlords make decisions. A stable market is built on clarity. If the rules feel uncertain, contested, or operationally unrealistic, participation declines.
Reform UK’s pledge to scrap the Renters’ Rights Act shows how politically fragile the framework has become
Legislation that reshapes a market should ideally settle into place and remain stable for years. The private rented sector relies on long-term commitments; mortgage terms, refurbishment cycles and portfolio planning all operate on multi-year horizons.
Instead, the Renters’ Rights Act is already politically contested, with Reform UK signalling an intention to repeal it.
Property118 has published commentary on this point and its implications for confidence and supply. See: Property118 analysis on Reform UK and the Renters’ Rights Act.
For Property118, the key issue is not which party is right. It is what this level of political volatility does to supply.
Landlords and institutional investors watch signals. If they believe the rules may change again, they delay investment, reduce exposure, or exit. That does not require a conspiracy, just rational decision-making.
In a market already short of homes, hesitation becomes a supply problem. Property118’s founder put it bluntly; “Housing investment depends on stability. When the legislative framework becomes uncertain or politically contested, landlords pause or withdraw. That inevitably tightens supply.”
The consequence tenants feel first: less choice, higher rents, and reduced mobility
It is tempting for campaigners to talk about landlords as though they are optional, but the housing system does not work that way.
Social housing is not expanding fast enough to meet need. Owner-occupation remains inaccessible for many. The private rented sector is the pressure valve, and it only functions when enough people are willing to provide homes to rent. When the pressure valve tightens, tenants feel it. Not in theory, but in daily life.
Viewings become competitive, tenants make rushed decisions, families accept compromises on location, size and condition. People stay put because moving is too hard, even when work, school or family life would benefit from flexibility.
Property118 has also explored the wider directional risks, including international policy reversals where governments tightened rules, triggered exits, then scrambled to reverse course. See: anti-landlord policy U-turns abroad spark warnings for the UK.
This is why Property118 keeps returning to the same point; tenant protection and supply are not competing objectives, they are linked. If the UK wants better standards, it must enforce against rogues and support professionalism. If it wants stable rents and better choice, it must also maintain conditions in which landlords and institutions remain willing to provide homes.
Property118’s position: stop pretending supply is automatic
Property118 is not asking for a return to the past, the sector has moved on, and standards have risen and must continue to rise.
Property118 is asking for a policy approach that accepts one basic truth; rental supply is not automatic. It is the product of commercial decisions made by individuals and institutions over many years. When those decisions turn negative, rental housing disappears. It may reappear later, but often at a higher rent level, or in a different ownership model, or not at all.
That is why Property118 believes Shelter must take responsibility for the consequences of campaigning that pushes policy in one direction without acknowledging supply effects.
“This is not about defending landlords,” Property118’s founder said. “It is about protecting tenants from the predictable consequences of shrinking supply. If we keep reducing participation, we will keep increasing rents and instability.”
Property118 will continue reporting on landlord exits, institutional investment shifts, and the real-world impacts of legislation as it lands.
For policymakers and campaigners, the challenge is not to win the argument, it is to avoid being surprised by the outcome.
For tenants, the priority is simple; more homes, more choice and more stability.
Property118’s warning is equally simple. If the UK continues to pursue housing reform without supply accountability, the landlord exodus will accelerate, and the people who will suffer first are the renters the reforms were meant to protect.
Why Property118 continues to publish this reporting
Property118 exists to report openly on developments affecting landlords, tenants, and the housing market. Property118 does not operate behind a paywall. Property118 does not restrict access to its reporting. Property118 remains free to read because access to accurate information protects landlords from costly mistakes and helps maintain confidence in the sector.
Property118 articles now appear in more than 3,000,000 Google search impressions each month. That reach exists because landlords, lenders, journalists and policymakers rely on Property118 as a primary source of commercially grounded reporting on the private rented sector.
Maintaining that independence requires ongoing support. Property118 receives no government funding and does not rely on political sponsorship. Its independence allows Property118 to publish evidence-led analysis without compromise.
For landlords who value independent reporting, the option to support Property118 is provided below.
Support UK landlords, keep Property118 independent
Property118 exists to help landlords stay informed, commercially resilient, and legally aware.
It is free to read, free to subscribe, and built on the shared experience of landlords across the UK.
Google reach
3,000,000+ search impressions a month
Based on Google Search Console performance data.
What you get
News, forums, guidance
Practical insight from real-world landlord experience.
Independence
No paywall, no spin
Support protects the ability to publish without compromise.
Why your support matters
Landlords are running businesses in a policy environment that often feels unpredictable.
Clarity reduces mistakes, protects cashflow, and helps you keep control of your plans.
Property118 exists to provide that clarity, openly and consistently.
Security through information
Clear reporting reduces costly mistakes and protects cashflow.
Strength through community
A landlord community sharing experience is harder to ignore.
Independence you can trust
Support protects the ability to publish without compromise.
Continuity that keeps working
Predictable funding supports long-term work that protects landlords’ interests.
What your monthly support enables
Consistent, landlord-focused journalism
Reporting that is commercially rational, evidence-led, and written for landlords rather than headlines.
A stable platform and better user experience
Site running costs, performance improvements, security updates, and the technical work that keeps everything reliable.
Practical education and best practice
Guidance that helps landlords make stronger decisions, avoid mistakes, and protect long-term outcomes.
Credibility and independence
The ability to publish without being steered by anyone else’s commercial or political agenda.
Independently reviewed on Trustpilot
TrustScore 4.8
“This is a great platform for landlords. I have had so much useful advice on here over the past five years.”
“This is my main source to keep up with the ever changing PRS environment and regulations.”
“The ability to get my problem with a tenant across to thousands of other landlords was extremely helpful.”
“I find it incredibly useful to get access to a variety of very experience landlords that have been there and done it.”
Support Property118 here
This is a monthly recurring contribution. Monthly support is what creates stability and protects independence.
/* “function”==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(“The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.”),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(“gform_main_scripts_loaded”,()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(“gform/theme/scripts_loaded”,()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(“DOMContentLoaded”,()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(“action”,o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(“filter”,o,r,e,t)},doAction:function(o){gform.doHook(“action”,o,arguments)},applyFilters:function(o){return gform.doHook(“filter”,o,arguments)},removeAction:function(o,r){gform.removeHook(“action”,o,r)},removeFilter:function(o,r,e){gform.removeHook(“filter”,o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+”_”+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){“function”!=typeof(t=o.callable)&&(t=window[t]),”action”==r?t.apply(null,e):e[0]=t.apply(null,e)})),”filter”==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
/* ]]> */
Next Steps: Install a Payment Add-On
:root {
–link-login-string: “Link login”
}
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(‘#gform_wrapper_560′);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_560′).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){jQuery(‘#gform_wrapper_560′).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_560′).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_560′).removeClass(‘gform_validation_error’);}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery(‘#gform_wrapper_560′).offset().top – mt); }, 50 );if(window[‘gformInitDatepicker’]) {gformInitDatepicker();}if(window[‘gformInitPriceFields’]) {gformInitPriceFields();}var current_page = jQuery(‘#gform_source_page_number_560′).val();gformInitSpinner( 560, ‘https://www.property118.com/wp-content/plugins/gravityforms/images/spinner.svg’, true );jQuery(document).trigger(‘gform_page_loaded’, [560, current_page]);window[‘gf_submitting_560′] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(‘.GF_AJAX_POSTBACK’).html();if(!confirmation_content){confirmation_content = contents;}jQuery(‘#gform_wrapper_560′).replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery(‘#gf_560′).offset().top – mt);jQuery(document).trigger(‘gform_confirmation_loaded’, [560]);window[‘gf_submitting_560′] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_560′).text());}else{jQuery(‘#gform_560′).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(“gform_pre_post_render”, [{ formId: “560”, currentPage: “current_page”, abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( “gform_wrapper_560″ ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( “span” ); visibilitySpan.id = “gform_visibility_test_560″; gformWrapperDiv.insertAdjacentElement( “afterend”, visibilitySpan ); } const visibilityTestDiv = document.getElementById( “gform_visibility_test_560″ ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 560, 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( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === ‘attributes’ && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ ‘style’, ‘class’ ], }); } else { triggerPostRender(); } } );} );
/* ]]> */
You can cancel later. If you need help with your subscription, email info@property118.com.
Questions landlords often ask
What am I supporting, exactly?
You are supporting the ongoing running of an independent platform that helps landlords stay informed, share best practice, and keep control of decisions.
Is this a monthly payment?
Yes. This page is designed for monthly support, because predictable funding is what creates stability.
Can I cancel later?
Yes. If you want to cancel, email info@property118.com.
Why ask for support if the content is free?
Keeping content free makes it accessible to every landlord. Monthly support is what protects that independence and consistency.
/* Auto-select Gravity Forms monthly amount when clicking hero amount buttons */
(function(){
function normalise(s){return (s||”).toLowerCase().replace(/s+/g,’ ‘).trim();}
function findAmountRadio(amount){
var form = document.getElementById(‘gform_560′);
if(!form) return null;
var radios = form.querySelectorAll(‘input[type=”radio”]’);
var amountStr = ‘£’ + String(amount);
for(var i=0;i<radios.length;i++){
var r = radios[i];
var label = form.querySelector('label[for="'+r.id+'"]');
var text = normalise(label ? label.textContent : '');
if(text.indexOf(normalise(amountStr)) !== -1) return r;
}
return null;
}
function scrollToForm(){
var el = document.getElementById('support-form');
if(el) el.scrollIntoView({behavior:'smooth',block:'start'});
}
document.addEventListener('click', function(e){
var a = e.target.closest('a[data-p118-amount]');
if(!a) return;
e.preventDefault();
var amount = a.getAttribute('data-p118-amount');
scrollToForm();
setTimeout(function(){
var radio = findAmountRadio(amount);
if(radio){
radio.checked = true;
radio.dispatchEvent(new Event('change', {bubbles:true}));
var label = document.querySelector('label[for="'+radio.id+'"]');
if(label){ label.scrollIntoView({behavior:'smooth', block:'center'}); }
}
}, 650);
}, true);
})();
The post Property118 founder slams Shelter for causing landlord exodus appeared first on Property118.
View Full Article: Property118 founder slams Shelter for causing landlord exodus
Post comment
Categories
- Landlords (19)
- Real Estate (9)
- Renewables & Green Issues (1)
- Rental Property Investment (1)
- Tenants (21)
- Uncategorized (12,505)
Archives
- March 2026 (2)
- February 2026 (55)
- January 2026 (52)
- December 2025 (62)
- August 2025 (51)
- July 2025 (51)
- June 2025 (49)
- May 2025 (50)
- April 2025 (48)
- March 2025 (54)
- February 2025 (51)
- January 2025 (52)
- December 2024 (55)
- November 2024 (64)
- October 2024 (82)
- September 2024 (69)
- August 2024 (55)
- July 2024 (64)
- June 2024 (54)
- May 2024 (73)
- April 2024 (59)
- March 2024 (49)
- February 2024 (57)
- January 2024 (58)
- December 2023 (56)
- November 2023 (59)
- October 2023 (67)
- September 2023 (136)
- August 2023 (131)
- July 2023 (129)
- June 2023 (128)
- May 2023 (140)
- April 2023 (121)
- March 2023 (168)
- February 2023 (155)
- January 2023 (152)
- December 2022 (136)
- November 2022 (158)
- October 2022 (146)
- September 2022 (148)
- August 2022 (169)
- July 2022 (124)
- June 2022 (124)
- May 2022 (130)
- April 2022 (116)
- March 2022 (155)
- February 2022 (124)
- January 2022 (120)
- December 2021 (117)
- November 2021 (139)
- October 2021 (130)
- September 2021 (138)
- August 2021 (110)
- July 2021 (110)
- June 2021 (60)
- May 2021 (127)
- April 2021 (122)
- March 2021 (156)
- February 2021 (154)
- January 2021 (133)
- December 2020 (126)
- November 2020 (159)
- October 2020 (169)
- September 2020 (181)
- August 2020 (147)
- July 2020 (172)
- June 2020 (158)
- May 2020 (177)
- April 2020 (188)
- March 2020 (234)
- February 2020 (212)
- January 2020 (164)
- December 2019 (107)
- November 2019 (131)
- October 2019 (145)
- September 2019 (123)
- August 2019 (112)
- July 2019 (93)
- June 2019 (82)
- May 2019 (94)
- April 2019 (88)
- March 2019 (78)
- February 2019 (77)
- January 2019 (71)
- December 2018 (37)
- November 2018 (85)
- October 2018 (108)
- September 2018 (110)
- August 2018 (135)
- July 2018 (140)
- June 2018 (118)
- May 2018 (113)
- April 2018 (64)
- March 2018 (96)
- February 2018 (82)
- January 2018 (92)
- December 2017 (62)
- November 2017 (100)
- October 2017 (105)
- September 2017 (97)
- August 2017 (101)
- July 2017 (104)
- June 2017 (155)
- May 2017 (135)
- April 2017 (113)
- March 2017 (138)
- February 2017 (150)
- January 2017 (127)
- December 2016 (90)
- November 2016 (135)
- October 2016 (149)
- September 2016 (135)
- August 2016 (48)
- July 2016 (52)
- June 2016 (54)
- May 2016 (52)
- April 2016 (24)
- October 2014 (8)
- April 2012 (2)
- December 2011 (2)
- November 2011 (10)
- October 2011 (9)
- September 2011 (9)
- August 2011 (3)
Calendar
Recent Posts
- Property118 founder slams Shelter for causing landlord exodus
- Green councillor calls for local rent control powers
- Government admits no impact assessment of Renters’ Rights Act on supply
- Council plans tougher fines for landlords housing vulnerable tenants
- John Lewis exits Build-to-Rent housing projects

admin