Created
March 14, 2018 14:54
-
-
Save travist/7da29dd3e7bcee2f17c26835fce3d459 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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