Is it possible to integrate a 3rd party uploader such as filestack to a fabrik form

uktran

Member
I'd like to beef up the upload capacity of a form. Filestack looks interesting and I'm thinking the HTML widgit might be integratable with a fabric form somehow?

Maybe with this code? Is there a way to add custom field types to a fabrik form?
https://www.filestack.com/docs/html-widget/pick
<inputtype="filepicker"name="myName"onchange="alert(event.fpfile.url)"/>

or this javascript:
<script type="text/javascript" src="//api.filestackapi.com/filestack.js"></script>
<input type="filepicker-dragdrop" data-fp-apikey="Axxxxxxz" data-fp-mimetypes="*/*" data-fp-container="modal" data-fp-maxsize="50000000" data-fp-services="BOX,SKYDRIVE,CLOUDDRIVE,CLOUDAPP,COMPUTER,DROPBOX,URL,GOOGLE_DRIVE,GMAIL,FTP,CUSTOMSOURCE" onchange="alert(event.fpfile.url)">



Apologies for vague question, just an equally vague indication on whether it is possilbe would get me started. Cheers.
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top