I have a piece of Code that I use in many places that I got from “JavaScript & jQuery Examples”, it has worked perfectly for years and its still there:
/* Change the scene_1 to the scene key of your choice. */
$(document).on(‘knack-scene-render.scene_1’, function(event, scene) {
$(‘button[type=submit]’).submit();
});
Its stopped auto submitting on all of my apps and not being a coder I can’t track down why.
This was my mistake, being a non coder something had got messed up elsewhere in the JavaScript code which was showing up here. I was able to sort it with a lot of trial and error and thanks to Marek.