SUBMISSION()
data.submission().then(function(submission) {
submission.show();
});
Requests a Submission
object for the submission data from the server, including the associated modal, scripts, and workflows.
data.submission().then(function(submission) {
submission.show();
});
Requests a Submission
object for the submission data from the server, including the associated modal, scripts, and workflows.