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

Complete This Divorce Questionnaire

Qualifying Questions {% include "partials/progress_icon.html" with step_status_string=step_status.prequalification with_status=True %} Step 1
What Are You Asking For?
{% include "partials/progress_icon.html" with step_status_string=step_status.which_orders with_status=True %}
Step 2
Your information
{% include "partials/progress_icon.html" with step_status_string=step_status.your_information with_status=True %}
Step 3
Your spouse
{% include "partials/progress_icon.html" with step_status_string=step_status.your_spouse with_status=True %}
Step 4
Your marriage
{% include "partials/progress_icon.html" with step_status_string=step_status.your_marriage with_status=True %}
Step 5
Your separation
{% include "partials/progress_icon.html" with step_status_string=step_status.your_separation with_status=True %}
{% if derived.has_children_of_marriage %} Step {% step_order step="children" %}
Your children
{% include "partials/progress_icon.html" with step_status_string=step_status.your_children with_status=True %}
{% endif %} {% if derived.wants_spousal_support %} Step {% step_order step="support" %}
Spousal support
{% include "partials/progress_icon.html" with step_status_string=step_status.spousal_support with_status=True %}
{% endif %} {% if derived.wants_property_division %} Step {% step_order step="property" %}
Property and debt
{% include "partials/progress_icon.html" with step_status_string=step_status.property_and_debt with_status=True %}
{% endif %} {% if derived.wants_other_orders %} Step {% step_order step="other_orders" %}
Other orders
{% include "partials/progress_icon.html" with step_status_string=step_status.other_orders with_status=True %}
{% endif %} Step {% step_order step="other_questions" %}
Other questions
{% include "partials/progress_icon.html" with step_status_string=step_status.other_questions with_status=True %}
Step {% step_order step="location" %}
Filing location
{% include "partials/progress_icon.html" with step_status_string=step_status.filing_locations with_status=True %}
Step {% step_order step="review" %}
Review your answers
{% if not request.session.first_login and not request.session.viewed_dashboard_during_session %} {% elif request.session.first_login and not request.session.viewed_dashboard_during_session %} {% endif %} {% endblock %} {% block backToDashboard %} {% 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 %}