David Kimura PRO said about 1 year ago on Gathering Questionnaire Responses :
In these kinds of situations, I'd inspect the HTML elements to see what's getting rendered as it could be a bit different when using SImpleForm.

I would also hop into the browser console to try and target the element to see if I can retrieve it.

document.querySelector("input[name*='_destroy']")