I have this form with a button that allows you to add fields to the form.
Give the
element an ID:
...
Then change the first line in your function to:
var d=document.getElementById("answers");
Once you make the changes mentioned above, it should work. I have tested it in Firefox, Chrome, Safari, and IE8. And as others have mentioned, you should also correct your spelling of "label".