Hello,
Is there a way to change the wording beside the browse button after uploading a file on a File Upload Question Type? Particularly when uploading multiple files. We have a survey that is supposed to allow respondents to upload multiple files. Right now, after uploading a file, it shows the file name beside the browse button. We’d like it to say something like “Upload another file.”
@Louis : Changing this text would require pretty complex JavaScript that is outside the scope of my scripting abilities. I did sort out how to hide it altogether if you wish. If you place the below code in your survey’s theme this text will be hidden from displaying. To do so, go to the Style tab and scroll to the bottom of the survey preview and click the link to access the CSS/HTML Editor. Then simply copy and paste the below code on the Custom CSS tab:
.sg-browse-text {
display:none !important;
I hope this helps!
Bri Hillmer
Documentation Coordinator
SurveyGizmo Customer Experience Team