in reply to button text
It sounds like the script depends on the value of that button being equal to "Proceed". Search the script for "Proceed" to see if it occurs again where the form is being processed. You may see something like: blah() if $button and $value eq "Proceed";