@ -6,6 +6,7 @@ class Form::Sales::Questions::MortgageAmount < ::Form::Question
@header="What is the mortgage amount?"
@type="numeric"
@min=1
@step=1
@width=5
@prefix="£"
@hint_text="Enter the amount of mortgage agreed with the mortgage lender. Exclude any deposits or cash payments. Numeric in pounds. Rounded to the nearest pound."
@ -6,6 +6,7 @@ class Form::Sales::Questions::PurchasePrice < ::Form::Question
@header="What is the full purchase price?"
@type="numeric"
@min=0
@step=0.01
@width=5
@prefix="£"
@hint_text="For all schemes, including Right to Acquire (RTA), Right to Buy (RTB), Voluntary Right to Buy (VRTB) or Preserved Right to Buy (PRTB) sales, enter the full price of the property without any discount"
@ -6,6 +6,7 @@ class Form::Sales::Questions::Value < ::Form::Question
@header="What was the full purchase price?"
@type="numeric"
@min=0
@step=1
@width=5
@prefix="£"
@hint_text="Enter the full purchase price of the property before any discounts are applied. For shared ownership, enter the full purchase price paid for 100% equity (this is equal to the value of the share owned by the PRP plus the value bought by the purchaser)"