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?
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
1 Like
This might be the only way to have both options in a nice looking way. Thank you for your help!