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

Change Default Text on File Upload Question


Forum|alt.badge.img

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

Thanks!
Jess



Best answer by rondev

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

View original

2 replies

ana_velez
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 284 replies
  • June 1, 2020

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



rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1449 replies
  • Answer
  • June 1, 2020

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


Leave a Reply