codefordenver / encorelink

Connecting musician volunteers with healthcare centers
https://encorelink.herokuapp.com/
ISC License
20 stars 14 forks source link

Fix field types in Musician Profile. #305

Closed TylerNielsen closed 7 years ago

TylerNielsen commented 7 years ago

In the musician profile, the types on the fields could be improved. -The name fields are for some reason being treated as a number field. -The link type could be "url" rather than just "text".

TylerNielsen commented 7 years ago

Could also change the phone field to type="tel", but only Safari supports this right now.