Open

Forms Developer Guides Scripting Page Not Found Page Not Found Submissions

OPEN(permalink)

Form.new(permalink).submissions.open(permalink).then(function(submission) {
  submission.hide();
});

Loads a submission from the server by permalink and opens it. This method is equivalent to load, except it also makes the response visible to the user.