Position of text with respect to input box

0
Hi Guys,   I have a requirement to display a static text below the input box align to label of input box. Could you please guide me to implement the same.    
asked
1 answers
0

Try something like this:

- use a text widget with caption “PWC {1} Team” and as parameter use the display name attribute

- set an on change nanoflow on the display name input field, using the setting Apply changes while user is entering data

- in the nanoflow, only change (= refresh) the input object. Make sure to assign the necessary user roles to the nanoflow

answered