True if a website has an IP geo-restriction, also known as geo-blocking or otherwise has access restricted based on a user's geographical location. Treated as false if not included.
IsUserInputRequired
0 or 1
boolean
True if a website requires user input to access its content, e.g. an address or national id number. Treated as false if not included.
An enumerated type for voter information websites.
ElectoralCommissionWebsite
Use ElectoralCommissionWebsite when specifying the website related to an
ElectoralCommission. Unlike
a generic VoterInformationWebsite a Type is not required.
The following table shows the elements for ElectoralCommissionWebsite:
True if a website has an IP geo-restriction, also known as geo-blocking or otherwise has access restricted based on a user's geographical location. Treated as false if not included.
IsUserInputRequired
0 or 1
boolean
True if a website requires user input to access its content, e.g. an address or national id number. Treated as false if not included.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-30 UTC."],[],[],null,["# VoterInformationWebsite\n\n| **Note:** This entity is only used in voter information feeds. It isn't used with other feed types as defined in [Feed\n| types](/civics-data/guides/feed-types).\n\nUse `VoterInformationWebsite` for voter information websites to be referenced\nfrom [`VoterInformation`](/civics-data/reference/voter-information).\n\nThis document discusses `VoterInformation` and its sub-entity:\n\n- `VoterInformationWebsite`\n - `ElectoralCommissionWebsite`\n\n*** ** * ** ***\n\n### Elements\n\nThe following table shows the elements for `VoterInformationWebsite`:\n\n| Element | Multiplicity | Type | Description |\n|-----------------------|--------------|----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `Uri` | 1 | [`InternationalizedUri`](/civics-data/reference/internationalized-uri) | URI for the voter information website |\n| `IsGeoFenced` | 0 or 1 | boolean | True if a website has an IP geo-restriction, also known as geo-blocking or otherwise has access restricted based on a user's geographical location. Treated as false if not included. |\n| `IsUserInputRequired` | 0 or 1 | boolean | True if a website requires user input to access its content, e.g. an address or national id number. Treated as false if not included. |\n| `Type` | 1 or more | [`VoterInformationWebsiteType`](/civics-data/reference/voter-information-website-type) | An enumerated type for voter information websites. |\n\nElectoralCommissionWebsite\n--------------------------\n\nUse `ElectoralCommissionWebsite` when specifying the website related to an\n[`ElectoralCommission`](/civics-data/reference/electoral-commission). Unlike\na generic `VoterInformationWebsite` a Type is not required.\n\nThe following table shows the elements for `ElectoralCommissionWebsite`:\n\n| Element | Multiplicity | Type | Description |\n|-----------------------|--------------|------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `Uri` | 1 | [`InternationalizedUri`](/civics-data/reference/internationalized-uri) | URI for the voter information website |\n| `IsGeoFenced` | 0 or 1 | boolean | True if a website has an IP geo-restriction, also known as geo-blocking or otherwise has access restricted based on a user's geographical location. Treated as false if not included. |\n| `IsUserInputRequired` | 0 or 1 | boolean | True if a website requires user input to access its content, e.g. an address or national id number. Treated as false if not included. |"]]