R: HTML Form Submit button troubles

2000-04-11 Thread Andrea Veggiani
in the form page do not name the submit button Andrea - Original Message - From: SPENCER, Chris <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 11, 2000 5:40 PM Subject: HTML Form Submit button troubles > Hi > > I'm new to ColdFusion a

RE: HTML Form Submit button troubles

2000-04-11 Thread Shawn Regan
mit tag. Shawn Regan -Original Message- From: SPENCER, Chris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 11, 2000 8:40 AM To: '[EMAIL PROTECTED]' Subject: HTML Form Submit button troubles Hi I'm new to ColdFusion and although I'm finding it generally easy going I&#x

Re: HTML Form Submit button troubles

2000-04-11 Thread Joy Bedell
Chris, Leave out "NAME="SubmitForm" in your tag. Or, better yet, don't use CFINSERT at all... write your own CFQUERY to add records to the database. Joy At 04:40 PM 4/11/00 +0100, you wrote: >Hi > >I'm new to ColdFusion and although I'm finding it generally easy going I'm >having some troub

Re: HTML Form Submit button troubles

2000-04-11 Thread Emily B. Kim
>I'm new to ColdFusion and although I'm finding it generally easy going I'm >having some troubles using CFINSERT to populate an Access database table. >The trouble is that ColdFusion seems to be interpreting my Submit button as >another form field in which it should be entering a value in the data

RE: HTML Form Submit button troubles

2000-04-11 Thread Sean Daniels
> When I create a column for the sumbit button the actionpage works > just fine. > Does anyone know what I'm doing wrong? Do you have a "name" attribute specified for the submit button? If so, so you need it? This might be the problem although I haven't tested it out. Other than that, you could

Re: HTML Form Submit button troubles

2000-04-11 Thread David E. Crawford
flexibility and control in the long run. DC - Original Message - From: SPENCER, Chris <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 11, 2000 15:40 Subject: HTML Form Submit button troubles > Hi > > I'm new to ColdFusion and although I'm findin

RE: HTML Form Submit button troubles

2000-04-11 Thread Snazzo Boy
Chris, Try adding this into your tag. Hopefully that helps. FORMFIELDS="formfield1, formfield2, ..." Scott -Original Message- From: SPENCER, Chris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 11, 2000 11:40 AM To: '[EMAIL PROTECTED]' Subject: HTM

HTML Form Submit button troubles

2000-04-11 Thread SPENCER, Chris
Hi I'm new to ColdFusion and although I'm finding it generally easy going I'm having some troubles using CFINSERT to populate an Access database table. The trouble is that ColdFusion seems to be interpreting my Submit button as another form field in which it should be entering a value in the data