Is there a way to make a form entry take both file upload or let the user take an image?

Is it possible to make a survey where the user can have the option to take a picture or upload a file in the same entry box? Or is there a way to make the entry of this image/file more appealing than having two separate columns one for if they choose file, and another if they choose to take an image? 

Solved Solved
0 2 286
1 ACCEPTED SOLUTION

You could make a ENUM column with the options "Image" and "File" and then set them to buttons. And then use show_if to show the image or file column depending on which ENUM value they select

View solution in original post

2 REPLIES 2

You could make a ENUM column with the options "Image" and "File" and then set them to buttons. And then use show_if to show the image or file column depending on which ENUM value they select

This might be the only way to have both options in a nice looking way. Thank you for your help!

 

Top Labels in this Space