Skip to main content
U.S. flag

An official website of the United States government

Dot gov

The .gov means it’s official.
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

Https

The site is secure.
The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

Patterns

Ask users for…

Marital Information

Use with caution: Available
Follow this pattern to ask a user for their marital status and information about their current and previous marriages.
Contributors
Lynn Stahl (Agile Six)
Fran Cross (Agile Six)
Adam Whitlock (Ad Hoc)
Belle Poopongpanit (Agile Six)
Christine Rose Steiffer (Agile Six)
Kristen Faiferlick (Ad Hoc)
Jeana Clark (Ad Hoc)
Beth Pandone (Pluribus)
Jaci Wilkinson (Ad Hoc)

Usage

When to use this pattern

  • When you need to collect a person’s marital status or information about their current and previous marriages. This applies when you need information from a Veteran, spouse, or dependent.

Design principles

  • Take a trauma-informed approach. Although commonly asked, questions about marital status and previous marriages can bring up complex feelings and memories in respondents. Explain why we ask the question with an Additional Info component.

  • Only ask for what you really need. While this pattern includes multiple follow-up questions, only collect the specific data that your form requires.

How to design and build

How this pattern works

“What is your current marital status?” question

  • Start with this question and include additional questions only when necessary. This question is the foundational part of this pattern. If your form needs additional information, you can include questions from the question bank in this guidance. The format of this question is as follows:
    • Question: What is your current marital status?
    • Answers:
      • Married
      • Divorced or annulled
      • Separated
      • Widowed
      • Never married
A display of the standard Marital Status question with reponses available with radio buttons and an Additional Info component that provides more information on why we ask this information.
The standard Marital Status question to be used in most forms. Always provide a detailed explanation in the Additional Info component that tells the user why you need this information.
  • If your form doesn’t need this level of detail, simply ask “Are you currently married?”. Include “Yes/No” radio button options for a response. Map those to the “Married/Never Married” workflows.
An annotated display of the simplified version of the Marital Status question with reponses available with radio buttons and an Additional Info component that provides more information on why we ask this information.
Use the simplified Marital Status question in forms that don't need to collect detailed information on the user's marital status. Use when your form only needs a yes/no answer to the question.
  • Include an explanation for why we ask this question. Place this explanation in an Additional Info component for questions that may feel particularly invasive or difficult for users to answer.

Only use the following questions in this pattern if your form needs more information.

Spouse personal information and identification

This optional section includes questions about the spouse, including:

  • Name
  • Date of birth
  • Social Security number
  • If they are a Veteran
  • Their VA file number and military service number if they are a Veteran
A display of the page asking for spouse name and date of birth.
The first of two pages that allow forms to ask for the spouse's personal information.
An annotated display of the page asking for spouse social security number and Veteran status.
The second of two pages that allow forms to ask for the spouse's identity information.

Living arrangement information

This optional section asks if the user currently lives with their spouse or has within the past 12 months. If they don’t live together, it offers a follow up question asking why they live separately.

A display of the page asking if the user lives with their spouse.
The first of two pages that allow forms to ask living arrangement questions.
A display of the page asking for additional information about their living arrangements.
The second of two pages that allow forms to ask more information about the spouse's living arrangements.

Marriage information

This optional section includes questions about the marriage, such as:

Date and place of marriage
A display of the page asking for the place and date of the marriage.
The page that asks for the place and date of the marriage.
Type of marriage
A display of the page asking how the couple was married.
The page that asks for the type of marriage ceremony.
Reason for termination, if applicable
A display of the page asking how the marriage ended.
The page that asks for how the marriage ended.
Date and place of termination or spouse’s death, if applicable
A display of the page asking for the date and place of the marriage termination.
The page that asks for the date and place of the marriage termination.

Previous marriage information

This optional section features the Multiple Responses (also known as: List & Loop) pattern to ask questions about previous marriages, including:

  • Name(s) of former spouse(s)
  • Veteran status of former spouse(s)
  • Date and place of marriage(s)
  • Date and place of marriage termination(s)
  • Method of marriage termination(s)

Patterns and components used in this pattern

Additional considerations

  • If a form requires file uploads (for example, a marriage certificate or divorce decree), state that these files are needed on the form introduction page.
  • As the user moves through the form, if they provide a response that triggers conditionally-required file uploads, explain why the file upload is needed. For example, if a user indicates that they were married in a way that is not among the standard responses, include text like this: “Based on your answer, you’ll need to provide supporting documents to help us understand your marital status. We’ll ask you to upload these documents on the next screen [or on the final screen of the form, depending on your form’s situation].”
  • If you are asking only one question on a page, the question label should be an h3, as shown in the Ask Users For… A Single Response pattern. However, if you are asking multiple questions per page, give the page a descriptive page title as an h3 and use standard (non-header) labels for questions.

Code usage

A Marital Information pattern library is available for reference, complete with a mock form and example pages. You can explore the pattern implementation and examples in the mock form repository.

Key Features

  • Conditional navigation based on marital status

The form dynamically adapts its flow depending on the respondent’s selected marital status. This is achieved by defining route logic within the form configuration file, which determines which pages are shown and in what order.

  • Dynamic page titles

The pattern uses dynamic page titles, specifically:

  • In the “Veteran Marriage History” section, titles dynamically reference the respondent’s spouse (e.g., “Spouse’s name”).
  • In the “Spouse Marriage History” section, titles adjust to reference the current spouse’s former spouses (e.g., “Former spouse’s name”).

This logic helps clarify whose information is being collected and is especially important in handling complex marriage history flows.

  • Dynamic titles are implemented using the titleUI helper with access to formData within the form page’s uiSchema. Please see an example.
  • A dedicated helper file, is used to generate context-aware dynamic titles throughout the form.

Content considerations

Respondent role

Veterans, their spouse, or a dependent can complete forms. Depending on who is completing the form, some slight alterations to the text content may need to shift. Update content as needed. For example, shift “What is your current marital status” to “What is the Veteran’s current marital status”?

Accessibility considerations

Radio button accessibility considerations

Research findings

A secondary research report from April 2025 explores which VA forms ask questions related to an applicant’s marital status and how they phrase these questions. It also provides recommendations that influenced the creation of this pattern. Learn more in the research report.

This pattern would benefit from additional research. Some areas that were identified as potentially high-impact include learning:

  • How users respond to trauma-informed language throughout the pattern
  • How users respond to the information inside the Additional Info components
  • If users have any confusion about whose information is needed in the portion of the pattern asking for information on their current spouse’s previous partner(s)
  • The best location for both optional and required file uploads (either in the context of the marital information pattern/step, or at the end of the form flow)
Edit this page in GitHub (Permissions required)
Last updated: Jun 17, 2025