I have a form where the user is supposed to upload a file. When the user submits the form, I have a webhook set up to catch all the data. However, Wix doesn’t appear to send the URL of the uploaded file via webhook. Rather, it only sends the name of the file uploaded. In my case, I need to get the file URL.
Anyone else encounter this issue? Any workarounds?