
Get A Garage Conversion Quote
Answer a few quick questions about your property and garage and send the details directly to ROOM4MORE.
Tell Us About Your Garage
This should only take a couple of minutes.
Your Name
Postcode
How old is your property?
5 years or younger
5 to 10 years
10 to 20 years
20 to 30 years
Over 30 years
Unsure
What type of garage do you have?
Attached garage
Detached garage
Double garage
Unsure
Not sure? View our garage type guide →
Do you already have architectural drawings or plans?
No
Yes
Unsure
What would you like to use the converted space for?
Anything else we should know?
Call Or Message ROOM4MORE
Send photographs of the garage where possible along with your postcode and a quick description of what you want to create.
Free Loft Boarding With Every Conversion
Another way ROOM4MORE helps you make better use of the space in your property.
function sendR4MWhatsApp() {
var name = document.getElementById(‘r4m-name’).value;
var postcode = document.getElementById(‘r4m-postcode’).value;
var age = document.getElementById(‘r4m-age’).value;
var type = document.getElementById(‘r4m-type’).value;
var plans = document.getElementById(‘r4m-plans’).value;
var use = document.getElementById(‘r4m-use’).value;
var notes = document.getElementById(‘r4m-notes’).value;
var message =
“Hi ROOM4MORE, I’m interested in a garage conversion.%0A%0A” +
“Name: ” + encodeURIComponent(name) + “%0A” +
“Postcode: ” + encodeURIComponent(postcode) + “%0A” +
“Property age: ” + encodeURIComponent(age) + “%0A” +
“Garage type: ” + encodeURIComponent(type) + “%0A” +
“Architectural plans already drawn: ” + encodeURIComponent(plans) + “%0A” +
“Intended use: ” + encodeURIComponent(use) + “%0A” +
“Additional details: ” + encodeURIComponent(notes);
window.open(“https://wa.me/447399137739?text=” + message, “_blank”);
}