{% extends 'base.html' %} {% load step_order %} {% load load_json %} {% block title %}{{ block.super }}: Overview{% endblock %} {% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %} {% block content %}

Answer the Questions Related to Your Divorce Questionnaire

Qualifying Questions Step 1
What Are You Asking For?
{% if step_status.which_orders == 'Started' %} {% elif step_status.which_orders == 'Complete' %} {% endif %}
Step 2
Your information
{% if step_status.your_information == 'Started' %} {% elif step_status.your_information == 'Complete' %} {% endif %}
Step 3
Your spouse
{% if step_status.your_spouse == 'Started' %} {% elif step_status.your_spouse == 'Complete' %} {% endif %}
Step 4
Your marriage
{% if step_status.your_marriage == 'Started' %} {% elif step_status.your_marriage == 'Complete' %} {% endif %}
Step 5
Your separation
{% if step_status.your_separation == 'Started' %} {% elif step_status.your_separation == 'Complete' %} {% endif %}
{% if 'Spousal support' in which_orders.0.value|load_json %} Step 6
Spousal support
{% if step_status.spousal_support == 'Started' %} {% elif step_status.spousal_support == 'Complete' %} {% endif %}
{% endif %} {% if 'Division of property and debts' in which_orders.0.value|load_json %} Step {% step_order step="property" %}
Property and debt
{% if step_status.property_and_debt == 'Started' %} {% elif step_status.property_and_debt == 'Complete' %} {% endif %}
{% endif %} {% if 'Other orders' in which_orders.0.value|load_json %} Step {% step_order step="other_orders" %}
Other orders
{% if step_status.other_orders == 'Started' %} {% elif step_status.other_orders == 'Complete' %} {% endif %}
{% endif %} Step {% step_order step="other_questions" %}
Other questions
{% if step_status.other_questions == 'Started' %} {% elif step_status.other_questions == 'Complete' %} {% endif %}
Step {% step_order step="location" %}
Filing location
{% if step_status.filing_locations == 'Started' %} {% elif step_status.filing_locations == 'Complete' %} {% endif %}
Step {% step_order step="review" %}
Review
{% endblock %} {% block formbuttons %} {% endblock %} {% block sidebarText %}

How long does a divorce take?

The time depends upon your individual circumstances (for example have you and your spouse agreed on how to divide your property and debt). However, once you have completed the required forms, and filed them at a Supreme Court registry, it can take 3 to 4 months to process your request. Please note times vary based on the registry.

How much will it cost?

You will have to pay a $290 court fee to get a divorce.

You may also choose to pay another $40 for an optional Certificate of Divorce Form (F56). If you ever want to remarry, you'll need the Certificate of Divorce.

There are also some other costs involved in getting a divorce. If you choose to have your affidavits sworn at the court registry, this will cost you $40 per affidavit. If you don't have a certified copy of your marriage certificate or registration of marriage, you'll have to pay for this document as well.

{% endblock %}