Skip to content

Instantly share code, notes, and snippets.

@spivurno
Forked from spivurno/gist:4005778
Created November 3, 2012 03:56
Show Gist options
  • Save spivurno/4005779 to your computer and use it in GitHub Desktop.
Save spivurno/4005779 to your computer and use it in GitHub Desktop.
new GFLimitCheckboxes(FORM_ID, array(
FIELD_ID => array(
'min' => MIN_NUMBER,
'max' => MAX_NUMBER
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment