Why not keep the original input box name to hidden, the newly created input box to enter?
<div class="tm-group">
<input class="tm-input" data-val="true" d="ProfesTag" name="ProfesTag" >
<input name="hidden-ProfesTag" value="Pisa,Rome,newtag" type="hidden">
</div>
Why not keep the original input box name to hidden, the newly created input box to enter?