for spousal support as follows:{% if spouse_support_details_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
{% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" placeholder="Please enter the spousal support details that you want to appear in the order issued by the court." %}
<p>
@ -151,9 +151,10 @@
</div>
<divclass="question-well">
<divclass="question-well {% if spouse_support_act_error %}error{% endif %}">
{% if married_marriage_like == "Legally married" %}
<h3>Please indicate which act you are asking for support under.</h3>
<h3>Please indicate which act you are asking for support under.{% if spouse_support_act_error %}{% include 'partials/required.html' %}{% endif %}