Phone Number Form Validation

This might really help you @tnederlof. It uses the ex_phone_number library and creates a custom type for casting the e164 phone number into Ecto. See the cast function:

https://github.com/surgeventures/ecto-phone-number/blob/master/lib/ecto_phone_number/ecto_phone_number.ex

I am working on a similar issue, no affiliation with them, just found this gem! Many thanks to them :slight_smile:

https://github.com/surgeventures/ecto-phone-number