You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as requested in https://www.notion.so/Apply-Form-pre-fill-country-code-13efee17e5754d4fa43690f2d80f7a25,
this diff enables prefixing of volunteer Phone field with international
country code based on selected country to speed up the submission
process.
- adds a new Gem [^1] for fetching country codes
- adds a new route for sending GET requests with alpha2 country params
and getting back the country code
- adds a feature spec for checking the implementation. This spec is
currently disabled because our JS is not loading in test env. Filed a
separate issue here: #61
[^1]: [Countries Gem](https://github.com/hexorx/countries).
Looks JS is not loading in feature specs. Seeing the following error in Capybara:
The text was updated successfully, but these errors were encountered: