Help text for Multiple lines of text

  • 19 February 2019
  • 3 replies
  • 2 views

Badge

Hi there,

How can I add a Help text for Multiple lines of text field on Nintex form?


3 replies

Badge +7

Give the Multile Lines of Text control a JavaScript Client ID Variable.

 

Then in the Custom JavaScript under Settings, enter this code:

NWF$('#' + Multiline).attr('placeholder',"Some text that you should see before you enter the field.");

Obviously, you can change the text to say what you want, but make sure to use the JavaScript Client ID Variable name in place of mine, which I called 'Multiline'

Badge +1

How should it work on richtextbox control?

Userlevel 6
Badge +22
The rich text control is for displaying rich text so there is no user input.

Reply