Help with adding a "Channel" field to this Upload Form

In the php code, have a look at the variables that are being uploaded, and note how it deals with the different types - text, option values and so on. Add some code to get the value of your channel input, and just modify the upload code to display it for now. Once you’ve got it so you can grab the value, then you can look at modifying the php to store it in the database. One step at a time.

1 Like