Skip to content

Instantly share code, notes, and snippets.

@reneeb
Created January 31, 2019 15:14
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 reneeb/03d82009e322863e9b6f8a3ebf5c00a1 to your computer and use it in GitHub Desktop.
Save reneeb/03d82009e322863e9b6f8a3ebf5c00a1 to your computer and use it in GitHub Desktop.
[% WRAPPER JSOnDocumentComplete %]
<script type="javascript">//<![CDATA[
var ID = $('input[name="ResponseID"]').val();
console.debug( "ResponseID: " + ID );
if ( ID == 2 ) {
$('#StateID').val(6).trigger('redraw.InputField');
}
//]]></script>
[% END %]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment