Show pro forms value on same page dynamically

Is there a way to show a form value that has been uploaded on the page of the form dynamically on the same page?

For example, I would like users to be able to upload an image to a form to then showcase that file elsewhere on the page dynamically to create a kind of product visualiser.

We have a Live Value Element (Pro Forms – Bricksforge Docs) but using it with the file field will just return the local path. If you enable the file preview for the file field, you’ll get an encoded version of the image inside the src tag.

You could manually hide the image preview and use some JS to get the src attribute and use it elsewhere.

Not the most intuitive way but depending on how/where you wanna display it, it should be a fairly simple workaround. Feel free to post back if you get stuck :slight_smile: