Skip to content

Instantly share code, notes, and snippets.

@austinpray
Created July 10, 2014 15:51
Show Gist options
  • Select an option

  • Save austinpray/36eff62a36ce36e89c0a to your computer and use it in GitHub Desktop.

Select an option

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