Change Default Text on File Upload Question | XM Community
Skip to main content

Hello there,
Is there anyway to change the default text within a file upload question? Within the grey box?

Thanks!
Jess



Hi!

which text do you want to change? if is a validation text you can change it from the survey options -> use custom validation messages and creating the new validation and message



Paste the below code in the JS
jQuery(".dropzone-btn").text("CUSTOM_TEXT_GOES_HERE");


Leave a Reply