How it works:
- Inputs:
- The user enters the loft size in square meters.
- The user selects the conversion type from the dropdown: Roof Light, Dormer, or Mansard.
- Calculations:
- The JavaScript function
calculateCost()
multiplies the loft size by a cost per square meter depending on the selected conversion type.
- The JavaScript function
- Output:
- The estimated cost is shown below the button when the calculation is done.
Cost Assumptions:
- Roof Light Conversion: £1250 per square meter
- Dormer Conversion: £1500 per square meter
- Mansard Conversion: £2000 per square meter
These values are averages and will vary depending on location, builder, and other factors