NEW()
Form.new(permalink).submissions.new().then(function(submission) {
submission.show();
});
Returns a Promise loading a new submission from the server. Calling this method multiple times will load multiple submissions.
Buttons like "New Response" should use the new_or_unsaved method instead, to load existing unsaved submissions in progress if they exist.