64 characters limit in doc type -Label

Dear Experts,

when we have set of questionaries’ to share to customer to provide feedback on the delivered products and services , at present 64 characters limitation is stopping us to write full question as shown below.

any solutions for this thanks

or any other alternative solution for this?

this question exceeds 64 characters.

Hi @prasad_naik:

Maybe the easiest way is touching your label with some jquery in your webform script… you will not find length restriction.

Something like this:
$('label:contains("Please rate your exper... ")').text('Your long long long text');

Other way is using fieldDescription. It will be shown below your question.

Hope this helps.