How to get the file path in the summary field output
-
Hello,
This is an awesome software which helps us a lot in building dynamic forms.
I am building a form where there will be an image upload (field label is Photo). Following this, there will be a preview page (
using the summary field here
) where users can see all their inputs before the final submission.However, in case of the the summary output shows
photo [object File]
.Is there any hack or solution to output the entire image path, preferably in the HTML output like
<img src="file-path.jpg">
?Your help in this case will be highly appreciated.
The page I need help with: [log in to see the link]
- The topic ‘How to get the file path in the summary field output’ is closed to new replies.