How do you add static text after each text box in the form text type? Also, how do you add inequality signs for "greater than or equal to" or "smaller than or equal to" in the same static text?Solved
How do you enter fixed text after each text box in form type?
!
How do you add static text after each text box in the form text type? Also, how do you add inequality signs for "greater than or equal to" or "smaller than or equal to" in the same static text?
How do you add static text after each text box in the form text type? Also, how do you add inequality signs for "greater than or equal to" or "smaller than or equal to" in the same static text?Best answer by rondev
Use the below code
jQuery("<span>>=<span>").insertAfter("#"+this.questionId+" .InputText:eq(0)");
jQuery("<span><=<span>").insertAfter("#"+this.questionId+" .InputText:eq(1)");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
