Form Select with Pivot Data

I have a User model and a Languages model and a language_user table with an extra field for Proficiency. In my User form I want to be able to add the languages a User speaks and add the Proficiency level for each one. Is this possible?
Was this page helpful?