How to use Bootstrap dropdown as an HTML form – BeNice Nov 16 '15 at 18:43

  • Ok, I updated the link to the fiddle. You can listen for the click on the drop down selection, then you can do whatever you want with the selection that was made. – Cory Nov 16 '15 at 22:24
  • Cory - first - fantastic. Didn't think I could get the info into the form and then - voila! - I found this http://stackoverflow.com/questions/17809056/how-to-add-additional-fields-to-form-before-submit and. with a bit of hacking got the thing to work! I am amazed and HUGELY in your debt. – BeNice Nov 17 '15 at 07:35
  • One last question. Am I right in thinking that jQuery/JS variables cannot be: `aaa-bbb`? It seems a hyphen cost me 30 mins. I could not find a reference to acceptable variable formats. – BeNice Nov 17 '15 at 08:04
  • Yes, see here for JS variable name rules http://www.w3schools.com/js/js_variables.asp – Cory Nov 17 '15 at 13:18