If I just hit “apply” and make no changes to the default form, it deletes every question except name, email, and submit.
After restting it, I notice though that there is a set of single quotes in the LAST row of the list of questions. It is located in the “New Question” area, in the cell directly below “values.” There is an empty text box to the right of it.
The code is `
<tr class=”>
<th valign=top>”</th>
<td colspan=2>
<input class=’admin_text’ type = ‘text’ name=’fields[11][”]’ value=” />
</td>
</tr>
`
That series of single quotes on the input line looks like it might be a clue.