I've tried all the different ways I can find of setting up the button-click required for submission, but as the button has no name I have had no success so far. Clicking the button within WebRecorder completes the submission on the page, but does not register anything in the WR code but a wait instruction.
Here is the stripped-down form code:
[some options to change]
Save Settings
I've also tried navigating to the URL (full version) cited in the form tag, but that does not complete the submission properly. It's the first button on the page, so I've tried addressing it as button, 0, but that doesn't work either.
Has anyone come across this particular configuration before?
Iain