Duplicating a text field in the form

To be able to duplicate a text field there are two steps. Step 1 Add the following code to the box at . 1 23 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 jQuery(function ($) {     var … Continue reading Duplicating a text field in the form