Skip to content

Instantly share code, notes, and snippets.

@austinpray
Created July 10, 2014 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinpray/36eff62a36ce36e89c0a to your computer and use it in GitHub Desktop.
Save austinpray/36eff62a36ce36e89c0a to your computer and use it in GitHub Desktop.
Could you please whip up some javascript to pull the value from the dropdown menu of the contact form here? https://www.hahnpublic.com/contact/
function () {
var subjectDropdown = document.getElementsByName('recipient_email')[0];
return subjectDropdown.options[subjectDropdown.options.selectedIndex].text
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment