Adding a video in user profile

Can i allow to user to either enter a small video while making ones profile. Which field do I need to select in the database to allow this. It does not have a separate video field.

Pretty sure you’ll need to create a data type text and store a video URL there. You can then call that URL when asked for a source.

1 Like