remove
remove
HTML
<form role="form" action="/wohoo" method="POST">
<label>Stuff</label>
<div class="multi-field-wrapper">
<div class="multi-fields">
<div class="multi-field">
<input type="text" name="stuff[]">
</div>
</div>
<button type="button" class="add-field">Add field</button>
</div>
</form>