Please how I can submit an image via Uploadcare and show the image on webflow CMS

Please how I can submit an image via Uploadcare and show the image on Webflow CMS
I already success to submit the form and use zaiper to update the CMS, but how can I upload or show an submited image on CMS, thanks. looks like CMS image field doesn’t recognize uploadcare source. Please check the link below.
https://www.figma.com/file/46btx1ei1y8WKtyhFd9MtH/Uploadcare-Question

Hi @johnnygu627,

Under the hood, our widget is an input field that gets a CDN URL of the uploaded file as value. It doesn’t hold the file object itself. I guess Webflow CMS expects a file object, that’s why it doesn’t display the actual image. I think you could try to change the type of the field in the CMS to “text”, and you will see the URL of the image uploaded by the user and get the image by clicking the URL.

Let me know if this doesn’t help.