I am building a web form where there is a list of inputs. So far, so good.
However, how can I add a link/button to add say another 5 fields to the list. eg:
<input>
<input>
<input>
<input>
<a href="" onclick="">Add 10 more fields</a>
I have looked through many similar q's on this site, however none seem to describe how to add multiple fields.
Thanks for any help,
Harley
EDIT: Thanks all for help, looks like jquery append is the way to go. However I appreciate the alternative that does not use jquery.