Hi all, I have this markup
<div class="input text">
<label for="Experience0ExperienceContent">Experience Content</label>
<input name="data[Experience][0][experience_content]" class="span3" id="Experience0ExperienceContent" type="text">
</div>
It's possible to clone or duplicate it incrementing the 0 value every time the user make click on a link? I mean all the 0 when user clicks one time the link need to go to 1 then if click again need to go to 2 and so on and of course maintaining the same markup every time, any advice or help?
Cheers and thanks in advance