Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 1099 question from DIY flow #4519

Merged
merged 7 commits into from May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 0 additions & 10 deletions app/views/diy/file_yourself/edit.html.erb
Expand Up @@ -21,16 +21,6 @@
<%= f.cfa_input_field(:preferred_first_name, t("views.questions.personal_info.preferred_name"), classes: ["form-width--long"]) %>
<% end %>
<%= f.cfa_input_field(:email_address, t("general.email"), classes: ["form-width--long"]) %>
<%= f.cfa_select(
:received_1099,
t(".received_1099.label"),
[
[I18n.t("general.affirmative"), "yes"],
[I18n.t("general.negative"), "no"],
],
help_text: t(".received_1099.help_text"),
include_blank: true,
) %>
<% unless DiyIntake.should_carry_over_params_from?(current_intake) %>
<%= f.cfa_select(
:filing_frequency,
Expand Down
3 changes: 0 additions & 3 deletions config/locales/en.yml
Expand Up @@ -90,9 +90,6 @@ en:
info:
- File taxes online on your own using our partner website. This is our quickest option for households earning under $79,000 to file taxes and collect the tax credits you are owed!
- To get started, we’ll need to collect some basic information.
received_1099:
help_text: If you were self employed or worked as an independent contractor, you may have gotten a 1099 form.
label: Did you receive a 1099 tax form?
title: File taxes on your own
documents:
documents_help:
Expand Down
3 changes: 0 additions & 3 deletions config/locales/es.yml
Expand Up @@ -91,9 +91,6 @@ es:
info:
- Impuestos
- Para comenzar, necesitaremos recopilar información básica.
received_1099:
help_text: Si trabajaba por cuenta propia o trabajaba como contratista independiente, es posible que haya recibido un formulario 1099.
label: "¿Recibió un formulario de impuestos 1099?"
title: "¡Declare aquí sus impuestos usted mismo!"
documents:
documents_help:
Expand Down