I have a two text entry boxes in a text entry type question and need to add static text labels after the boxes. I know how to add static text, but I need the static text labels to be different after each box. Now the same label appears after both boxes. I want to the text after the second box to say Month/Year.
Solved
Adding static text after a text entry box

Best answer by ahmedA
For text formatting you'll need to use
insertAdjacentHTML()method. You can read about the details regarding the position here and how to format HTML text here.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.