Skip to content

Instantly share code, notes, and snippets.

@travist
Created March 14, 2018 14:54
Show Gist options
  • Save travist/7da29dd3e7bcee2f17c26835fce3d459 to your computer and use it in GitHub Desktop.
Save travist/7da29dd3e7bcee2f17c26835fce3d459 to your computer and use it in GitHub Desktop.
import { Formio } from 'formiojs';
const formio = new Formio('https://myproject.form.io/myform/submission/[SUBMISSION_ID]');
formio.getDownloadUrl().then((downloadUrl) => {
console.log(downloadUrl);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment