Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save scyt/db282a8cf76c54374928c29fb1350c9d to your computer and use it in GitHub Desktop.
Save scyt/db282a8cf76c54374928c29fb1350c9d to your computer and use it in GitHub Desktop.
GP Limit Dates // Gravity Perks // Populate and Show Minimum Linked Date
<script>
if( window.gform ) {
gform.addAction( 'gpld_after_set_min_date', function( $input, date ) {
$input.datepicker( 'show' );
$input.datepicker( 'setDate', date );
} );
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment