Most likely you have code in your "action" page that looks for the value of your submit button:
<cfif IsDefined('Form.Go')>
.
.
.
</cfif>
What you can do is either define a "hidden" field and check for that value in your action page, or change the name of your submit button to "Submit" (The "submit" field is usually included even when a user simply presses "enter"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.