Change Default Text on File Upload Question | XM Community
Solved

Change Default Text on File Upload Question


Badge

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

Thanks!
Jess



icon

Best answer by rondev 1 June 2020, 20:04

View original

2 replies

Userlevel 6
Badge +27

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


Userlevel 7
Badge +22

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

Leave a Reply