> Has anyone come up with any good solutions that would let you 
> embed a signature capture field in a form?  This is for 
> ColdFusion 8.  The widget would appear at the bottom of a 
> form contract and the hope would be that after the form was 
> submitted it could be saved to  a file on the server or made 
> a part of a pdf.   There is also talk of using something like 
> this to draw basic diagrams to attach to a contact's record.

You would need to use a PDF form to capture the signature. The PDF form
containing the signature field can be appended to another PDF form
containing the other form fields, if you want to do that, using CFPDFFORM.
To work effectively with signatures, your PDF would have to post itself, not
just the form data it contains, to your CF server. Then, in the action page,
you'd be able to reference the PDF scope.

This exact thing is covered in this class:
http://training.figleaf.com/Courses/movingtocoldfusion8.cfm

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299847
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to