Skip to content

Instantly share code, notes, and snippets.

@postphotos
Created March 12, 2015 22:52
Show Gist options
  • Save postphotos/ea5fb26787fbe4c91f2c to your computer and use it in GitHub Desktop.
Save postphotos/ea5fb26787fbe4c91f2c to your computer and use it in GitHub Desktop.
javascript for pdf dropdown selection filling
var s1 = this.getField("enrollStartPeriod").value;
if (s1=="aug2015") event.value = "12/18/15";
else if (s1=="jan2016") event.value = "5/31/16";
else event.value = "";
@postphotos
Copy link
Author

I think this was for Adobe Echosign!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment