Lots of distractions over the past month and a half with my son starting school again among other things. I dove back into my project in earnest this week and solved the problem of getting my new comic request form to work on every footer of every page. I simply pointed it to a separate view in the end.

Now I need to get a drop down menu that lists collections you can view to go to a new page displaying the collection. I have it where each item on the list contains a value that tells the new view which url to use, but I need it to automatically submit url when the appropriate item is selected from the menu. My mentor has suggested that I use JQuery for this. So far I have downloaded the JQuery file and put it in a scripts directory in my static files. Next I have to figure out how to properly activate in my HTML and use the appropriate function call to make my dropdown behave how I want it to.