LOAD
Form.new(permalink).submissions.load(permalink).then(function(submission) {
submission.show();
});
Loads a submission from the server by permalink, but does not open it. Call the show
method to make it visible to the user.
Use the open
method instead of load
to open and show the submission.