Can't Delete Button

I’m wondering if anyone else is having this problem too. Once I add a field type ‘Button’ to a form I’m then unable to delete it. The following javascript error is shown in the console:

Uncaught ReferenceError: StartDeleteField is not defined at HTMLAnchorElement.onclick

I should add the reason I want to delete these buttons is that they no longer work on the front end, there’s another javascript error there:

Uncaught SyntaxError: Unexpected end of input

And the javascript for the onclick attribute is pretty managled:

if(window[“gf_submitting_9”]){return false;} if( !jQuery(" #gform_9’)[0].checkvalidity || jquery(’#gform_9’)[0].checkvalidity()){window[“gf_submitting_9”]="true;}’

Gravity Forms does not have a field type “button”. Are you using another plugin that provides that for you?

Thank you! I hadn’t noticed that plugin at all, the original developers of the site must have added it for some reason.

1 Like