Hello!
Is there any possibility to insert a document/photo in a form and after it is uploaded to appear next to the form? I need this because it would be much easier to complete the following entries in the form.
Hello!
Is there any possibility to insert a document/photo in a form and after it is uploaded to appear next to the form? I need this because it would be much easier to complete the following entries in the form.
Not within a native form, but I think you can point the image picker at a column in your user profile, then add an image component to display the image from the user profile, and then add another User Profile component to the form that will pass that image from the user profile column to a column in the table your form is submitting to.
@Jeff_Hager Thanks! I’ve used your side. But I found a solution where I can see the form as main screen. From there, I replaced the image component with web embed because when I upload a document It might have multiple pages and it’s easier to see all the pages. And to see this components next to each other I used a container. Here are some screenshots that might be useful if anyone wants to do this. Have a nice day!