03/07/2013 at 9:31 am
#253280
Keymaster
@ johan
Ok, you your changing this so when you click the Add button it’ll show another row to add data correct? If that is that case, using the phone number code in class.form.php as the example, towards the top, you’re see a text area with id=’phone-template’ the data-type and that ID need to match. Like so: data-type=’new’ the textarea will have to be id=’new-template’
I hope that helps.