How to create a text box control dynamically using jquery

  • 5 February 2018
  • 1 reply
  • 15 views

Badge +4

Hi Team,

I would like create text box control in a form dynamically using some custom code (jquery/java script).

Thanks & Regards,

Dhaya

+91-9901581912


1 reply

Userlevel 5
Badge +14

you will have to write a script that appends 'INPUT' HTML element to a proper node in existing page/form DOM model

see eg. jquery - Append input text field with value of a div - Stack OverflowĀ 

but wouldn't it be easier to place regular control on form and show/hide it with formatting rules as needed?

Reply