> 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 use a standard <cfquery> with the insert
statement instead of using <cfinsert>. While <cfinsert> is somewhat useful,
it's kind of clunky and generally I prefer <cfquery> (as do many others on
this list I suspect). The latter also has the advantage of forcing you to
learn SQL, which beleive me you'll end up having to do anyway.

Good luck.

- Sean

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sean Daniels
Manager, Engineering
DealStream.com
[EMAIL PROTECTED]
http://www.dealstream.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tel: 207.439.6030
cel: 978.764.0779



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to