I have one form with a submit button where if the enter key is pressed, the form is submitted and the next form loaded.
On another form, if the enter key is pressed, the page changes and displays “The page cannot be found”.
I guessed this had something to do with focus, but I cannot find the difference between the two forms. This guess is wrong.
These forms are running in Internet Explorer.
I noticed after I hit enter on the first form, the URL had a “?Seq=1” appended to it, which caused a redirect to a non-existent page.
Apparently, the first developer of this form was creating a workflow. The submit button opens the proper form after an agent is run.
I deleted all of the actions in the second form, but where are all the places where workflow data may be stored, so I can find it and get rid of it.
Any ideas?