Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created March 12, 2017 18:53
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 anonymous/c8bfa2d6c0a36b5063497de59851dcca to your computer and use it in GitHub Desktop.
Save anonymous/c8bfa2d6c0a36b5063497de59851dcca to your computer and use it in GitHub Desktop.
new GW_Submission_Limit( array(
'form_id' => 6,
'limit_by' => 'field_value',
'limit' => array(
// "2" is your field ID, "6" is your limit for this field ID
2 => 4
),
'limit' => 86400,
'limit_message' => 'message.'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment