Insert a Coldfusion struct into a database
        Posted  
        
            by Kevin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kevin
        
        
        
        Published on 2010-06-14T19:06:43Z
        Indexed on 
            2010/06/14
            19:12 UTC
        
        
        Read the original article
        Hit count: 347
        
coldfusion
|coldfusion-8
If I wanted to save a contact form submission to the database, how can I insert the form scope in as the submission? It's been some time since I used Coldfusion.
The contact forms vary depending on what part of the site it was submitted from, so it needs to scale and handle a form with 5 fields or one with 10 fields. I just want to store the data in a blob table.
© Stack Overflow or respective owner