COUNT()
Form.new(permalink).submissions.count().then(function(value) {
console.log(value);
})
Returns a Promise
with the form's total submission count.
Form.new(permalink).submissions.count().then(function(value) {
console.log(value);
})
Returns a Promise
with the form's total submission count.