Count

Forms Developer Guides Scripting Page Not Found Page Not Found Submissions

COUNT()

Form.new(permalink).submissions.count().then(function(value) {
  console.log(value);
})

Returns a Promise with the form's total submission count.