Welcome to WebDVM 4. This is your first post. Edit or delete it, then start blogging!
gform.addFilter( 'gform_datepicker_options_pre_init', function( optionsObj, formId, fieldId ) { if ( formId == 7 && fieldId == 13 ) { optionsObj.minDate = 0; optionsObj.onClose = function (dateText, inst) { jQuery('#input_7_14').datepicker('option', 'minDate', dateText).datepicker('setDate', dateText); }; } return optionsObj; });
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.