Yep...I actually took the time fill in all of the 90 fields, give-or-take a
few,
just to make sure that an incomplete form, when all fields are required to
have an entry, wasn't the problem.

I tried it with the complete form filled in and with just a few
fields...same thing.

I'll double-check the form setup, although I've double-checked it 3 times
already.  :o)

Thanks,

Rick

-----Original Message-----
From: Chad Gray [mailto:cg...@careyweb.com] 
Sent: Wednesday, February 17, 2010 11:21 AM
To: cf-talk
Subject: RE: Can't quite figure out how to process PDF form...


Did you fill out the PDF with information in the form?  The PDF form does
not work like an HTML form.  You have to have typed something into the
fields for them to populate in the FORM object.
 
It has something to do with the form in the PDF.  You will want to edit it
and check out how it is setup.



-----Original Message-----
From: Rick Faircloth [mailto:r...@whitestonemedia.com] 
Sent: Wednesday, February 17, 2010 10:59 AM
To: cf-talk
Subject: RE: Can't quite figure out how to process PDF form...


Thanks for the reply, Chad...

When I use the following in the method:

     <cffunction     name                =  "mProcessPDFApplication"
                                 displayName  =  "mProcessPDFApplication"
                                 hint                    =  "Process online
PDF rental application"
                                 output              =  "false"
                                 returnType     =  "struct"
                                 access               =  "remote" >

                                <cfdump var="#form#">
                                <cfabort>

     </cffunction>

I get the cfdump table with just the blue rectangle that
states "struct [empty]"...

Any idea why the form field values wouldn't be showing up?
Do I need to change the cffunction settings somehow?

Rick






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330822
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to