In a flash form you have to click on a submit button. Enter key does not work for submitting the form (you can make a form accept an enter key to submit the form, another subject)
John -----Original Message----- From: Ron Mast [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 1:43 PM To: [EMAIL PROTECTED] Subject: RE: disable "enter" button submitting form Hmmm, I guess what I would do is use <cfform></cfform>. Example: <cfform action="watever.cfm" method="post"> Enter name: <cfinput type="text" name="name" required="Yes" message="You have not completed the form."> <input type="Submit" value="Enter"> </cfform> Unless you are trying to do something different, the above is what I would. Ron Mast -----Original Message----- From: Jason Baird [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 11:16 AM To: [EMAIL PROTECTED] Subject: disable "enter" button submitting form >I have a cold fusion form with a submit button for entering orders. People in the field are constantly hitting the "enter" button before finishing the form. When they hit "enter" it submits the form even though they are not finished filling out the whole form.(which is normal I know, but it is easier to change the code than get these people not to hit the enter button before they are done.) What are the various options to solve this issue? It should not submit when they hit enter, but only when they click on the submit button. Jason Baird WebOutsourcing.com http://www.weboutsourcing.com 214-570-8336 ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
