Benefit Forms

Download benefit documents and upload completed forms

Health Insurance

Download your health insurance benefit forms and information

<%= link_to download_path(type: "File", name: "public/docs/Health_n_Stuff.pdf"), class: "btn btn-primary btn-lg" do %> Download PDF <% end %>

Dental Insurance

Download your dental insurance benefit forms and information

<%= link_to download_path(type: "File", name: "public/docs/Dental_n_Stuff.pdf"), class: "btn btn-success btn-lg" do %> Download PDF <% end %>

Upload Completed Forms

<%= form_for @benefits, url: upload_path, html: { multipart: true, id: "fi", class: "needs-validation" } do |f| %> <%= hidden_field "benefits", "backup", value: false %>
Select File to Upload

Choose a file from your computer

<%= f.file_field :upload, class: "d-none", id: "benefits_upload" %>
No file selected
File Name Size Status
<% end %>