FVAP.gov

Looking for something specific? Select your state to:

  • See your state's guidelines
  • See election dates and deadlines
  • Find your election office
  • Check the status of your voted ballot

Determine your state of voting residence if you're
a Service member and family or an overseas citizen.

Email Updates

' + '
' + '

'+ (date.date()) + '

' + '
' + '
' + '' + ''; //add list of elections to right of calendar image for (var i = 0; i ... View All'; } else { htmlString += '
'; if (values[i].electionType.id == 5 && values[i].stateRule == null) { htmlString += 'General Election'; } else { htmlString += '' + '' + values[i].stateRule.state.name + ' - ' + '' + '' + values[i].electionType.name + ''; } } } htmlString += '
'; return htmlString; } $.get("/upcoming-dates.json", function(response) { var count = 0; var data = response.data; for(var key in data) { $("#elections").append(buildUpcomingElectionItem(key, data[key])); count++; } var htmlString = ''; if (count == 0) htmlString += '

No Upcoming Election Dates

'; else htmlString += 'View All Upcoming Election Dates'; htmlString += ''; $("#elections").append(htmlString); }); }); var imageCount = document.getElementById("carousel-top-id").getElementsByClassName("unique-hero-image").length; if (2 > imageCount) { $("#carousel-left-button").css('visibility', 'hidden'); $("#carousel-right-button").css('visibility', 'hidden'); }