|
|
@ -6,6 +6,7 @@ class Form::Sales::Questions::MortgageLength < ::Form::Question |
|
|
|
@header = "What is the length of the mortgage?" |
|
|
|
@header = "What is the length of the mortgage?" |
|
|
|
@type = "numeric" |
|
|
|
@type = "numeric" |
|
|
|
@min = 0 |
|
|
|
@min = 0 |
|
|
|
|
|
|
|
@max = 60 |
|
|
|
@width = 5 |
|
|
|
@width = 5 |
|
|
|
@suffix = " years" |
|
|
|
@suffix = " years" |
|
|
|
@hint_text = "You should round up to the nearest year. Value should not exceed 60 years." |
|
|
|
@hint_text = "You should round up to the nearest year. Value should not exceed 60 years." |
|
|
|